Python-digest # 23. News, interesting projects, articles and interviews [April 13, 2014 - April 20, 2014]
Another selection of news, articles and interesting projects from the world of python and nearby technologies arrived. The main news, perhaps, can be called just a gorgeous selection of videos from the conference PyCon 2014, which itself is capable of captivating for many hours. But other materials are quite decent. Do you want python 2.8?
Thanks a lot to owlman75 - despite the fact that he didn’t have time to draw a thematic illustration - he was very responsible and professional in his work, having completed the illustration in advance. Many thanks to those who send news. If it is not difficult for you - subscribe - I will show who exactly sent this or that news - the people should know their heroes.
PSF opens doors A member of the Python Software Foundation can now become a standard registration procedure. Previously, it was possible to get there only by invitation.
Lightweight virtual environments in 3.4 New features and ways to use the venv module, which is included in the standard library of the latest versions of Python
Django BDD development A very worthy, worthwhile article about Behavior Driven Development - one of the possible tools for extreme programming.
Flask Cache Application A good, detailed article about organizing caching in a web application using Flask-Cache
asyncio and http asyncio does not know how to work with HTTP. So it was intended. asyncio will never become a web server. It was made exactly as an event loop for tcp, ssl, unix sockets, pipes, and subprocesses. Plus streaming API. The web was deliberately drunk and now what was in aiohttp. This part is simply not ripe for inclusion in the standard library.
Releases
Mezzanine 3.1 There are significant changes to the graphic part.