Check out the redesigned Python homepage!! On to this week's news.
Every week we pare down the articles included in the newsletter from a much larger collection of links. To keep on top of the latest breaking Python news and some of the links that don't make it into the newsletter, check out the Pycoders Twitter Account.
Share an article with us and if it lands in newsletter get highlighted as a contributor in the newsletter!
Python Education Summit Call for Papers Python Education Summit is happening at PyCon 2014. If you have a topic/presentation you want to give at the summit, the call for papers is open now and the deadline for submissions is February 25th, 2014. blogspot.ca Shared by @mgrouchy
Bokeh 0.4.1 Released The latest version of Bokeh the very cool interactive web plotting library for Python from the crowd at Continuum Analytics has been released. continuum.io Shared by @mgrouchy
blockade Blockade is a utility for testing network failures and partitions in distributed applications. github.com Shared by @myusuf3
caniusepython3 This script looks at a list of dependencies and tells you which ones are holding you up from switching to Python 3. github.com Shared by @mgrouchy
twitch-plays This is a little app that allows you to drive game movement form twitch.tv chat room. This was popularized this week when the entire world co-op played a single Pokemon red game. github.com Shared by @myusuf3
pyspotify Python bindings for libspotify the Spotify SDK. Allows you, in your own applications, to access music metadata, search in Spotify's library, manage your Spotify playlists, and play music from Spotify. github.com Shared by @erlingbo
Performance Overhead of Decorators Graham has left very little untouched with his 10 blog posts about decorators. This post dives into performance implications of applying decorators to methods. dscpl.com.au Shared by @myusuf3
CPython Signal Handling Great post about how CPython signal handling works and the conditions that might allow for potentially unbounded delay in handling signals. github.io Shared by @mgrouchy