PyPy 2.3 Released! The latest version of PyPy has been released which targets Python 2.7.6 updating the stdlib in PyPy from 2.7.3 to 2.7.6. pypy.org Shared by @mgrouchy
BinPy A library for electronic simulation. Tool to help develop circuit based applications. github.com Shared by @mgrouchy
streamparse Streamparse allows you to run Python code against realtime data streams. It can be views as an alternative to Python worker and queue systems and allows you to perform realtime map/reduce style computation against realtime data streams. github.com Shared by @mgrouchy
hipster-domain-finder Neat project that puts together words by combining word fragements and tlds. Now is your chance to get out there and find the domain for your next project. github.com Shared by @mgrouchy
sticky Sticky is a framework for easily integrating IPython widgets with D3 libraries. This allows you to make use of widget and comms provided in iPython to communicate between JavaScript and Python github.com Shared by @myusuf3
Articles
Making a specific Django app faster Really nice detailed article of the steps you the author followed to speed up a Django application through profiling and optimization with tips on how you can apply these to your applications. vanrees.org Shared by @
PyPI Package Aliases I am not sure this would be the fix for solving issues of trying to guess the package for mysql-python, but interesting discussion none the less. naming things is hard, I guess. ionelmc.ro Shared by @myusuf3
Python Partials are Fun! If you have been wondering about how to get started with Partials this is a great place to start. With a good explanation of what they are and an easy to follow example to see the flexibility and power of partials. pydanny.com Shared by @mgrouchy