Python-digest # 5. News, interesting projects, articles and interviews [November 29, 2013 - December 6, 2013]
We continue to find the most interesting and useful news. This week was pretty boring, but we still dug out a decent amount of interest. I was pleased with a small surge in the number of articles in the right hub. Thanks to owlman , we have timely notification of the upcoming meeting of pythonists at the Mailru Group, an illustration of the digest, and the announcement of the chronic library. Thank you very much for this!
In addition, the axce1 habrauser continues to develop our tool for creating digests. This week a simple search on the tape appeared in it. He is also no less thankful to you and I ask you to support him with pluses into karma, since the very existence of this digest depends largely on this tool; its development has stimulated me very much to find and announce more useful information about Python for you.
Flask-webtest Nabot utilities that simplify testing Flask applications with WebTest
Asynchronous Python vs. OCaml The author talks about the practical experience of switching from Python to OCaml + Lwt in such a common task as downloading files from the network to the current machine.
Writing a blog on Flask Part 3 The final article in the series on how to make a blog engine on a stack of technologies Flask-SQLAlchemy, WTForms, Flask-WTF, Flask-Migrate, WebHelpers, PostgreSQL. first part , second part
Binary search A detailed description of the binary search algorithm, the identification of traditional errors that allow the algorithm and optimization paths
django-datatable-view A project using the popular DataTables client library and offering CBV to simplify writing backend to it for Django ORM
rst2html5 A utility for converting reStructuredText to (X) HTML5
pythonium Suddenly! Translator python 3 to javascript. Do not ask why. But academic interest undoubtedly exists.
hronic - timer and profiler Allows you to measure the speed of execution of individual processes and keep statistics in the log. For example, you can collect statistics on the speed of execution of various operations in MongoDB - and understand why application performance suffers.
twosheds - write your shell A library designed to simplify the creation of your own command interpreters (shell)
Djangosites.org sources The authors have posted on github the source code of a famous project representing a list of sites made on Django
postage Library simplifies working with AMQP (open protocol for transferring messages between system components)
Releases
Nuitka 0.4.7 Updated Python code translator in C ++ updated
PyCharm 3.0.2 Terminal fixes on Windows, fixes in the remote debugger, fixes for the test runner for Django 1.6, formatter pracks, VCS and others