Python-digest # 4. News, interesting projects, articles and interviews [November 23, 2013 - November 29, 2013]
Well, this time the release is on time. From internal news: axce1 made the initial version of automatic posting at juick - so that all jabber lovers can read the latest news announcements here . there was also an attempt to post on twitter, but the account was blocked after the first 7 posts - for some reason, they didn’t like Twitter.
And through the efforts of the user owlman , which for some reason is not on the habr, we have a wonderful logo.
Django 1.6, Python 3 & PostGIS A series of articles on building from scratch an application for calculating the distance between cities, followed by delaying through ansible. Detailed step-by-step instructions and code examples for all operations, so articles can also be used for the initial training of the stack of technologies described in the title.
How to edit the file in place The author offers a convenient procedure for line-by-line file editing in place and describes the shortcomings of other options
Using BoxLayout in Kivy Nice article with code examples and pictures on how to apply layout in the Kivy mobile GUI library that is gaining momentum
Where to begin? The author clearly sets out his vision of how to set up a working environment for effective work (virtualenvwrapper, make, tmux, etc.)
Redis caching The basics of an unpretentious system of caching queries to the data warehouse
We break the mask Really serious article about how using Raspberry Pi, Arduino, IR - sensor, OpenCV, as well as a solid dose of patience and enthusiasm to learn to programmatically distinguish ordinary people from those who hide behind a latex mask
Optimal QuerySet in Django Presentation slides about creating optimal query execution speed in Django ORM. The author goes a bit beyond the prefetch_related and values_list, talks about denormalization, package inserts, etc.
Writing a blog on Flask The first part of a series of articles on how to make a blog engine on a stack of technologies Flask-SQLAlchemy, WTForms, Flask-WTF, Flask-Migrate, WebHelpers, PostgreSQL. the second part of
importd - micro Django Something like syntactic sugar, which reduces the number of manipulations needed to create pages on Django and write applications in the style of Flask while maintaining backward compatibility.
Crossbar.io Application router. It can both redirect remote procedure calls to their handler applications and serve as an intermediary for the subscriber / publisher messaging system.