diamond Awesome daemon that collects system stats for graphite and the like. github.com Shared by @myusuf3
mirai A port of Twitter's futures to Python. The intent is to provide with a simpler operator-chaining based API for taking advantage of futures. github.com Shared by @mgrouchy
pem A tool to help with the parsing and splitting of PEM certificate files. github.com Shared by @mgrouchy
500 lines or less Mentioned at PyCon 2014 in Montreal, 500 Lines or Less is the source for a book about architecting open source applications where developers create versions of software(like webcrawlers, etc.) in 500 lines or less. If you want to contribute click through and read the contributor guidelines in the README. github.com Shared by @myusuf3
hendrix Still in the early days but cool project for those of you interested in async deployment suite for Django. github.com Shared by @myusuf3
Migrating data into your Django project Moving legacy data from databases into your Django application can be a tricky proposition. This guide help you get started and hopefully make migrating your data relatively painless. machinalis.com Shared by @mgrouchy
The Call of Python 2.8 During PyCon Guide pronounced that there will not be a Python 2.8 and extended the end of life of Python 2.7 till 2020. This post gets at the heart of the matter and tries to explain why people want a Python 2.8 to begin with and what problems it could solve. startifact.com Shared by @myusuf3
Building a Git Server Finding both Github and Gitolite to not work for their purposes the author implements his own git server with Twisted, SSH and Git. medium.com Shared by @mgrouchy