Django Security releases issued The Django team has issued multiple security releases in Django 1.4.11, Django 1.5.6, Django 1.6.3 and Django 1.7 beta 2. Check out the details and get your apps up to date! djangoproject.com Shared by @mgrouchy
drf-extensions A collection of custom extensions for Django REST Framework. Includes tools for caching, new mixins, new fields and serializers. github.com Shared by @MyNameIss
locust A distributed load testing tool written in Python allows you to simply write your test scenarios in Python, then launch them from one or many distributed machines. github.com Shared by @mgrouchy
goless Interesting project here. Go programming language semantics built on top of Stackless Python or gevent. github.com Shared by @mgrouchy
SoCo Very cool project that allows you to control your Sonos speakers programatically with Python. github.com Shared by @mgrouchy
click A new command line interface library, most of you will be familiar with docopt. click is still waiting on release but extensive documentation is available. pocoo.org Shared by @myusuf3
When using eval isn't evil (or stupid) Only a little about eval here, but a clever trick to test methods are invoked correctly to produce a useful error to the user, rather then a generic TypeError which also in this particular case notify the dev team incorrectly. onefinestay.com Shared by @szotten
Using Flask Cache Flask does not have built-in cache functionality but this article will get you started with using the flask-cache plugin to provide Cache functionality for your Flask application. brunorocha.org Shared by @mgrouchy