Django Weblog: Call for Volunteers - Code of Conduct Committee
Happy New Year to the Django Community! As we begin 2017, many of us are reflecting on how to maintain safe, inclusive spaces within our communities. One meaningful way to do that is to serve on the...
View ArticleContinuum Analytics News: What is Conda Canary?
Developer BlogWednesday, January 25, 2017Kale FranzContinuum Analyticsconda config --add channels conda-canary conda update conda With the release of conda 4.2.0, we started a new pre-release program...
View ArticleMartijn Faassen: Seven Years: A Very Personal History of the Web
IntroductionHumans are storytellers. As anyone who knows me can confirm, I definitely enjoy the activity of telling stories. We process and communicate by telling stories. So let me tell you all a...
View ArticleSemaphore Community: Testing Python Applications with Pytest
This article is brought with ❤ to you by Semaphore.IntroductionTesting applications has become a standard skill set required for any competent developer today. The Python community embraces testing,...
View ArticleDataquest: What is Data Engineering?
This is the first in a series of posts on Data Engineering. If you like this and want to know when the next post in the series is released, you can subscribe at the bottom of the page.From helping cars...
View ArticleCoding Diet: Login not required pattern
IntroductionTypically routes in a web application that require login are explicitly marked as such. Whilst routes that are open to general (anonymous) users, are left unmarked and hence implicitly do...
View ArticlePython Software Foundation: “I use Python to help build the kind of world I...
Shannon Turner has been fascinated with programming since she was a child, thanks in part to her grandmother, who loved video games. Watching her grandmother play, Turner would draw pictures on paper...
View ArticlePyTennessee: PyTN Profiles: James Dozier and PyOhio
Speaker Profile: James Dozier (@thinkcodemake)James is a Data Analyst for RePublic Schools in Nashville, TN and a self-taught Python Developer. Before moving to Nashville this year, he ran a monthly...
View ArticlePyTennessee: PyTN Profiles: Randy Syring and Nashville Software School
Speaker Profile: Randy Syring (@RandySyring)Randy Syring is the Chief Executive Developer at Level 12, a software craftsmanship firm specializing in web and data(base) projects tailor made for their...
View ArticlePyCharm: Welcome PyCharm Edu 3.5!
Have you already started working on your new 2017 year resolutions? Maybe some of them have to do with learning or teaching more Python? If so, try PyCharm Edu 3.5, the next update for our Educational...
View ArticleCatalin George Festila: The kivy pyhon module for android.
First you need to install kivy python module.The kivy python module C:\>cd Python27C:\Python27>cd ScriptsC:\Python27\Scripts>pip install kivyCollecting kivyDownloading...
View ArticleMauveweb: Pyweek Game Jam is 19th-26th February
The 23rd Pyweek games programming competition will run from the 19th to 26th of February 2017, from midnight to midnight (UTC).The Pyweek rules, in short, are:Develop a gameIn Python (mostly, at...
View ArticlePyCharm: PyCharm 2017.1 EAP 4 (build 171.2613.10)
We are happy to announce the fourth Early Access Program (EAP) release of PyCharm 2017.1. Download it now from our website!In this EAP we’re introducing these features:New code style options: you can...
View ArticleRene Dudfield: How we cobbled together a free Spectacularly Adequate Build Page.
This is a story of how we cobbled together a collection of free build bot apps for pygame - the python game development library. So the internet could build our software for us. Hey, many Free and Open...
View ArticleDjango Weekly: Django Weekly Issue 23 - Testing, webhooks and more
Worthy ReadTesting and How it Actually Saves TimeI’m here to highlight some points and tools from one of the interesting talks by Ana Balica - Testing in Django. But more than that, I want to first...
View ArticleIan Ozsvald: Introduction to Random Forests for Machine Learning at the...
Last night I had the pleasure of returning to London Pythonto introduce Random Forests (this builds on my PyConUK 2016 talk from September). My goal was to give a pragmatic introduction to solving a...
View ArticlePyTennessee: PyTN Profiles: Cindy Sridharan and the Python Software Foundation
Speaker Profile: Cindy Sridharan (@copyconstruct)I’m a developer based out of San Francisco with a passion for Python, Go, Rust, operations, systems programming and infrastructure. I’ve been writing...
View ArticlePyTennessee: PyTN Profiles: John Berryman and Emma
Speaker Profile: John Berryman (@JnBrymn)John Berryman started out in the field of Aerospace Engineering but soon found that he was more interested in math and software than in satellites and...
View ArticleWeekly Python StackOverflow Report: (lvii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2017-01-27 17:04:52 GMTOrderedDict Isn't Ordered? - [16/5]Why are...
View ArticleWeekly Python StackOverflow Report: (lviii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2017-01-27 17:06:06 GMTGenerate function with arguments filled in when...
View Article