An Update on Our Trademark Issue(blogspot.ca) Van Lindberg, Python Software Foundation Chairman gives a brief update on the EU “Python” trademark issue.
Django Security Release Issued (djangoproject.com) There were two security releases this week for Django one dealing with the XML issues mentioned above and others. This one was to deal with the inclusion of some *.pyc files in the initial security fix release.
pudb(python.org) pudb is a full screen console based debugger for Python.
Probabilistic Programming and Bayesian Methods for Hackers(github.com) This is pretty excellent, a book which is an Introduction to Bayesian Methods and probabilistic programming for data analysis. It has downloadable iPython Notebooks for each chapter.
importd(github.com) Interesting as a thought experiment, caution to all who proceed.
django-mailviews(github.com) Rendering and sending emails in Django can quickly become repetitive and error-prone. By encapsulating message rendering within view classes, you can easily compose messages in a structured and clear manner. Clearly pretty awesome.
django-simplestatic(github.com) A highly opinionated drop-in library for static file management in Django, if you share his views this likely be an awesome addon.
django-stronghold (github.com) Tired of littering login_required decorators all over the place? Get inside your stronghold and make all your Django views default login_required.
Why I don't feel so bad(briancurtin.com) A rebuttal to the Python documentation is bad and you should feel bad, maybe a little more grounded in reality argument.
Tailing Celery Output to Browser(github.com) Cool article on how to setup a travis-ci.org like tail of a process in the browser.