Python-digest # 26. News, interesting projects, articles and interviews [May 4, 2014 - May 11, 2014]
Another news release, articles links to interesting projects on python and about python-related topics. This time about dynamic programming, apples and bananas, subway and even yaks. In general, I hope you enjoy it, despite the fact that this week was not very rich in news.
I express my traditional gratitude to owlman75 for the release. And just a huge thank you to axce1 - I finally put in his changes regarding the rss import and now the probability that I will miss interesting news in particular from Planet python tends to zero.
Please send me your news / corrections / suggestions, and if you want to participate in creating a digest and release me from monitoring a particular direction, you can even knock on Skype to knock me out: alrusdi ')
news
Ivan Sagalaev wants to return to blogging Until he found a yak that should be trimmed. But after that he promised to start writing more, maybe even about python . If it is not difficult to support him with kind comments. Maybe this is how the Russian-speaking python-community will be revived which has quieted down since 2011.
Static code check The author describes the delights of pylint and its automatic integration into PyCharm, but forgets that static code analysis in the process of writing it is one of the ways to quickly, accurately and incorrectly solve the problem.
The dark and light sides of naming objects A very useful collection of examples of good and bad in names (variables, modules, objects) and their application. Everyone should run at least diagonally.
Dynamic programming Very interesting article with code examples and images, but, unfortunately, not very deep
Python subway map Something like the famous C ++ landmap is just simpler. Django on the outskirts of somewhere. Abydno, however.
PyPy.js: faster than CPython? pypy.js is a library with a python port in js using Emscripten and ahead of CPython in a single test in firefox provided that asm.js is normally executed and not always.
The program of the second PyCon Russia is ready The second PyCon Russia will take place in Yekaterinburg on June 2-3. Cool speakers come, including Brian Curtin, Armin Ronacher, Hynek Schlawack, Honza Král, Simone Soldateschi, Alexander Koshelev, Andrei Svetlov.
We will discuss really hot topics and give answers to current questions.
Full program and registration on the site: pycon.ru/2014
- Wargaming: rear - to the front! - Easy testing with pytest - How to write for asyncio. Tips from the library developer. - Salt and Ansible - Python Configuration Management Systems - Analysis of typical errors when creating an open source library