Python-digest # 6. News, interesting projects, articles and interviews [December 6, 2013 - December 13, 2013]
We continue to search for interesting information about your favorite programming language and nearby technologies. This time, Python Weekly announced fewer events than usual, but we found a lot of interesting things for you without them. So much so that we were banned from Juick for repost. So the only resource from which you can quickly take the news was only our rss.
Many thanks to owlman for the illustration and axce1 for supporting the digest tool. Soon there it will be possible to post news feeds anonymously. ')
I propose to respond to the survey about the design and offered several options - so do not be surprised at some discord in the sections.
Graph database Presentation slides from the Odessa PY conference with practical knowledge about tools, technologies and nuances of using graph databases in Python
Python for microcontrollers Description of the Kickstarter Micro Python project — an implementation of Python optimized to run on 32-bit ARM microcontrollers.
Twitter recipes via API The ninth chapter of the book 'Mining the Social Web, 2nd Edition' has been released. It provides an interesting, even in isolation from the book as a whole, a collection of recipes for researching data on twitter (search, trends, popular, information about users)
We process a live language Processing, analysis, categorization of texts in natural (human) language using the library NLTK. For those interested in the subject, I can also suggest to study an earlier (March 2013) article in Russian
Python for system administrator A lecture on the advantages and possibilities of a programming language, which the system administrator has to deal with more often with courses of information technology in Yandex.
MIT's famous lectures on youtube The news is far from recent, but someone may find the link to the lecture video “Introduction to Computer Science and Programming” interesting.
requires.io Service monitoring update of the versions of modules used in your projects on github and bitbucket and notifying you of this in several customized ways. Free for open source projects
param - parameterized attributes The mechanism of declarative description of restrictions, documentation, setting default values ​​for class attributes
Domino - PaaS for data processing New platform for your complex calculations. You write the code, run it on the domino run service main.py and you are provided with a link by which you can monitor the execution process and see the results of the execution of this code.
Releases
setuptools 2.0 The sudden jump in version 1.4.2 -> 2.0 is due to the abandonment of Python 2.4 and Python 2.5
Wing IDE 5.0.1 Specialized IDE for development with Python. Of the main advantages of version 5, you can select the native support of OS X and Python 3.4
Biopython 1.63 Library for solving general computational problems of biology
PyDev 3.1.0 A large-scale plugin has been updated to extend Eclipse to provide convenient work on python projects. The main features of the release: automatic reload of modules when they change; search for references to data used in the variable; Stackless Python debugging support
Django 1.6.1 Bugfix release. Those who have just started the transition to 1.6 can safely upgrade