News and Developments. Django Software Foundation Adopts Trademark Policy (djangoproject.com) Django Security Releases Issued (djangoproject.com) Python 3.4.0 Alpha 2 Released (python.org) From our sponsors: Discussions. Why Python? (reddit.com) Projects. dockerui (github.com) A web interface for to interact with the docker remote API. quepy (github.com) Transform natural language questions into queries in a database query language. resthooks (github.com) REST Hooks are a lightweight subscription layer on top of your existing REST API. REST Hooks aim to allow you to detect changes in your application without polling. django-rest-hooks (github.com) An implementation of REST Hooks for your Django based REST API. structlog (github.com) Augment your existing logger with structlog which allows you to stop maintaining complicated log structure and log events that happen in a context. hydra (github.com) jogger (github.com) Python Jobs. Software Engineer (Minneapolis, MN) at STAR Collaborative. Python/Django Developer (London) at Tangent Labs. >>> More Python Jobs Articles. A Quick Primer on Writing Readable Python Code for New Developers (hartleybrody.com) New developers this is a good first stop. The author gives a nice breakdown of some guidelines you can follow to write readable python code. Of Solving the Rubik's From Scratch (fulmicoton.com) Really detailed explanation with lots of code of how to solve a Rubik’s Cube with Python. Cool post. I/O performance in Python (rabexc.org) Deep look into file I/O in Python in search for the fastest read performance, article compares several approaches to reading files and does discovery as to why one thing is faster than others. Fast Tests Are Useless, Hot Lava Be Damned (obeythetestinggoat.com) In this post the author is railing against popular belief that slow tests are bad and goes in the opposite direction and says fast tests aren’t useful as you might think. Why Python's dir Function is Wrong (jedidja.ch) Another in depth article that highlights some of the inconsistencies in dir and how it can worked around and even improved. Nice read. Python Tornado Web Server With WebSockets – Part I (codestance.com) |