EuroPython: EuroPython 2016: EPS and PSF sessions
We would like to draw your attention to the following sessions by the EuroPython Society and the Python Software Foundation, two of our Python community organizations working for you.EuroPython Society...
View ArticleNikola: Nikola v7.7.10 and v7.7.11 are out!
NOTE: There is also a v7.7.11 that fixes a silly bug in 7.7.10On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v7.7.10. It fixes some bugs and adds new...
View ArticleMike Driscoll: An Intro to coverage.py
Coverage.py is a 3rd party tool for Python that is used for measuring your code coverage. It was originally created by Ned Batchelder. The term “coverage” in programming circles is typically used to...
View ArticleDataCamp: New Free Course: Intro to Python & Machine Learning with...
New Free Course: Intro to Python & Machine Learning (with Analytics Vidhya Hackathons)The DataCamp team is excited to announce a free course from our friends at Analytics Vidhya. This course begins...
View ArticleStefan Behnel: Cython for async networking
EuroPython 2016 seems to have three major topics this year, two of which make heavy use of Cython. The first, and probably most wonderful topic is beginners. The conference started with a workshop day...
View ArticleCodementor: User-Defined Functions in Python
Functions are common to all programming languages and it can be defined as a block of re-usable code to perform specific tasks. But defining functions in Python means knowing both types first—built-in...
View ArticleMike Driscoll: Python 201 Writing Update: Only 4 Chapters to go!
I finished up section #4 earlier this week which brings the book up to 26 chapters and a little over 200 pages. I have four more chapters planned and then a couple of updates to previous chapters. My...
View ArticleImport Python: ImportPython Issue 82
Worthy ReadPython has come a long way. So has job hunting. Try Hired and get in front of 4,000+ companies with one application. No more pushy recruiters, no more dead end applications and mismatched...
View ArticlePyCharm: Announcing General Availability of PyCharm 2016.2
Today we bring you PyCharm 2016.2, now available for download. This is the second update in the series of releases planned for 2016. Its outstanding new features for professional Python, Web and...
View ArticleDataquest: How I built a Slack bot to help me find an apartment in San Francisco
I moved from Boston to the Bay Area a few months ago. Priya (my girlfriend) and I heard all sorts of horror stories about the rental market. The fact that searching for “How to find an apartment in San...
View ArticlePyCon Australia: Call for volunteers
Gain a new perspective on PyCon AU 2016, working behind the scenes to make the event happen. The team behind PyCon AU is an all volunteer team and we need your help to make the show run as smoothly as...
View ArticleDaniel Bader: A better Python REPL: bpython vs python
A better Python REPL: bpython vs pythonA quick video that demonstrates bpython, an awesome alternative Python interpreter.Compared to the vanilla Python interpreter bpython knows a few extra tricks...
View ArticleEuroPython: EuroPython 2016: Financial Aid Sponsorship
We are very grateful to the Python Software Foundation (PSF) as our financial aid sponsor. Together with the budget we allocated, this has allowed us to provide finance aid to people who otherwise...
View ArticleEuroPython: EuroPython 2016: Please send in your feedback
EuroPython 2016 is almost over and so it’s time to ask around for what we can improve next year. If you attended EuroPython 2016, please take a few moments and fill out our feedback form:EuroPython...
View ArticleJamal Moir: [Video Series] Taking Your Python Skills to the Next Level With...
Taking Your Python Skills to the Next Level With Pythonic Code – Stop Using Lists for Everything This is the 1st in a series covering Pythonic code written by Michael Kennedy of Talk Python To Me. Be...
View ArticleJamal Moir: [Video Series] Taking Your Python Skills to the Next Level With...
Taking Your Python Skills to the Next Level With Pythonic Code – Introduction This is the introduction to a series covering Pythonic code written by Michael Kennedy of Talk Python To Me. Be sure to...
View ArticleTalk Python to Me: #68 Crossing the streams with Podcast.__init__
Have you listened to the other major Python podcast hosted by Tobias Macey and Chris Patti? It's called podcast.__init__ and, like this show, they have some excellent stories from the Python ecosystem...
View ArticleFull Stack Python: Setting Up Python 3, Django & Gunicorn on Linux Mint 17.3
Linux Mint 17.3 "Rosa" is December 2015 release of the polished and widely-used Linux distribution. This Mint release includes both Python 2.7 and 3.4 by default, but in this tutorial we will download...
View ArticleJamal Moir: [Video Series] Taking Your Python Skills to the Next Level With...
Taking Your Python Skills to the Next Level With Pythonic Code – Stop Using Lists for Everything This is the 1st in a series covering Pythonic code written by Michael Kennedy of Talk Python To Me. Be...
View ArticleGuido van Rossum: About spammers and comments
I'm turning off commenting for my blogs. While I've enjoyed some feedback, the time wasted to moderate spam posts just isn't worth it. Thank you, spammers! :-(
View Article