PyCharm Educational Edition released A new free and open source version of PyCharm is out. The new education edition includes special educational help novice programmers learn the craft and help teachers teach courses with Python. jetbrains.com Shared by @mgrouchy
didyoumean Neat. "Did You Mean?" Functionality on AttributeLookup. Typed an incorrect object attribute, didyoumean will suggest attribute names so you can easily correct your code. github.com Shared by @mgrouchy
cider This is awesome. Cider is a simple wrapper for Homebrew and Homebrew cask that allows you to save your OSX setup and bootstrap it on a new machine or in a fresh install. github.com Shared by @mgrouchy
template-python A Python project template that supports everything you could imagine you need for your next Python project including tools to set up virtualenvs, do static analysis and prepare/upload releases. github.com Shared by @mgrouchy
coastermelt The coastermelt project is an effort to make open source firmware for creatively repurposing BD-R drives. Check out cool promo video here github.com Shared by @myusuf3
Lost-Photos-Found This is really useful. Allows you to recover image files hidden in the depths of your Gmail account in old emails. Check it out. github.com Shared by @caio1982
File uploads to Amazon S3 in Django Getting file uploads working in django with Amazon can sometimes be a pain, check out this tutorial to guide you step by step through the process of getting it setup. marksblogg.com Shared by @mgrouchy
knockknock KnockKnock is command line python script that displays persistent OS X binaries that are set to execute automatically at each boot. github.com Shared by @myusuf3
pyrsistent An implementation of a immutable data structures in Python. The collection types currently implemented are PVector (list), PMap (dict), PSet (set), PBag (Counter), PList (singly linked list) and PDeque (deque). github.com Shared by @mgrouchy