Python-digest # 20. News, interesting projects, articles and interviews [March 23, 2014 - March 30, 2014]
The next news release about python and nearby technologies, even if with a daily late arrival, has arrived. Today is about REST, performance testing, machine learning, entrance __del__, and much more interesting
Traditionally, I thank owlman75 for the illustration, those who send news to create digests, and also periodically send me error reports via Orfus
Task queues The problems of design of modern mechanisms for building queues of tasks (Celery) are considered. You should also carefully read the comments - they are also extremely useful.
How to import without problems The author voices the solution to the problem of importing common code into different projects without placing them in system-wide libraries. The solution is not ideal and, if possible, you should still deal with the import system, for example, on an article on Habré
Download directly to S3 cloud Rather verbose, with all the subtleties, an article on how to set up and implement an Amazon S3 cloud storage file upload form.
Python Surprises Some things in modules and python that seemed unusual or unexpected to the author.