Gaël Varoquaux: Nilearn 0.2: more powerful machine learning for...
Nilearn’s goalsMake advanced machine learning techniques easy for neuroimaging research.After 6 months of efforts, We just released version 0.2 of nilearn, dedicated to making machine learning in...
View ArticleDamyan Bogoev: Flask Series: Security
In this blog post I will describe how to secure your Flask application. XSS Cross Site Scripting or XSS is an attack that tries to have your website or application load a malicious script in the...
View ArticleEnd Point: Testing Django Applications
This post summarizes some observations and guidelines originating from introducing the pytest unit testing framework into our CMS (Content Management System) component of the Liquid Galaxy. Our...
View ArticleMahmoud Hashemi: Announcing the Hatnote Top 100
Originally published on the Hatnote blog.Moreso than any other major site, Wikipedia is centered around knowledge, always growing, and brimming with information. It's important to remember that the...
View ArticleMike Driscoll: PyDev of the Week: Florian Bruhin
This week we welcome Florian Bruhin as our PyDev of the Week. Let’s spend some time getting to know our fellow Pythonista!https://github.com/The-CompilerCan you tell us a little about yourself...
View ArticleOmaha Python Users Group: No Meeting in December
The December meeting is canceled, but we have several meetings ready for 2016:MeetingMain Topic(s)Presenter(s)LocationJanuaryEdgar, kid classBurchDoSpaceFebruaryWeb ScrapingKeith NickmanMarchTesting...
View ArticleDjango Weblog: DSF board election 2016 results
We're happy to announce the winners of the DSF Board elections 2016:President: Frank WilesBoard members: Karen Tracey, Daniele Procida and James BennettSecretary: Andy McKayTreasurer: Christophe...
View ArticleRobin Wilson: Convolution in python – which function to use?
Slightly boringly, this very similar to my last post – but it’s also something useful that you may want to know, and that I’ll probably forget if I don’t write it down somewhere.Basically,...
View ArticleRuslan Spivak: Let’s Build A Simple Interpreter. Part 7.
As I promised you last time, today I will talk about one of the central data structures that we’ll use throughout the rest of the series, so buckle up and let’s go.Up until now, we had our interpreter...
View ArticlePyCharm: Using Docker in PyCharm
Modern development workflows emphasize isolation and reproducability in development and production. Docker and its platform approach to containers has become very popular. With PyCharm Professional...
View ArticleAl-Ahmadgaid Asaad: R and Python: Theory of Linear Least Squares
In my previous article, we talked about implementations of linear regression models in R, Python and SAS. On the theoretical sides, however, I briefly mentioned the estimation procedure for the...
View ArticleTalk Python to Me: #38 Continuous Integration and Delivery at Codeship
Have you heard about the works on my machine certification program? It's a really awesome certification for developers. It was created by Joseph Cooney and enhanced by Jeff Atwood (of stackoverflow...
View ArticleTwisted Matrix Labs: December 2015 first half - TSF Sponsored Development
This is my report for the work done in the first half of Decemeber as part of the 2015 Twisted Maintainer Fellowship program.Important changes made in these weeks:* The Git migration plan was sent for...
View ArticleContinuum Analytics News: Continuum Analytics Closes $10 Million Debt...
NewsPostedTuesday, December 15, 2015Secures Additional $10 Million Venture Debt Instrument to Fund Growth Related to Daily Business OperationsAUSTIN, TX - December 15, 2015 - Continuum Analytics,...
View Articleبايثون العربي: تثبيت وحدة سيرفر أباتشي mod_wsgi
تعتبر mod_wsgi وحدة من وحدات سيرفر أباتش والتي توفر منفذ مرور بين سيرفر الويب وتطبيقات الويب وهي متوافقة لإستضافة تطبيقات بايثون على سيرفر أباتشي كما أنها واحدة من الطرق الموصى بها لإطلاق تطبيقات...
View ArticleDusty Phillips: Why I work on backends and infrastructure
People are often startled to discover that I specialized in Human Computer Interaction for my master’s degree. They invariably ask me why I work in infrastructure. The truth is, I’ve worked on backend...
View ArticleBrian Okken: Agile vs Agility : Agile Is Dead (Long Live Agility) (PT008)
Thanks a bunch to everyone who is supporting the show and the site via Patreon In today’s podcast, I dodge the question of “What do you think of Agile?” by reading an essay from Dave Thomas. Listen Now...
View ArticleStéphane Wirtel: Help PythonFOSDEM 2016 with your proposals.
IntroductionThe Python Community has a devroom during the FOSDEM in Brussels in Belgium. The event will take place during the last week-end of January 2016.With the success of the previous...
View ArticleJaime Buelta: Do not spawn processes on users requests
I’ve been playing recently an online game that has recently launched, that uses the following idea. When a user starts a match, it spawns a process in the server that acts as the opponent, generating...
View ArticleCodementor: Sorting Git Authors with Less than 10 Lines of Code
This article will teach you how to sort authors by the order of their first contribution, and it was originally posted on Jan-Philip Gehrcke’s blog. I have created a micro Python script, git-authors,...
View Article