Python-digest # 17. News, interesting projects, articles and interviews [March 2, 2014 - March 9, 2014]
Today, news about python and nearby technologies turned out to be quite enough. Many thanks to those who send new articles to the tool for creating digests . It looks like the project is starting to move in the right direction.
The illustration from owlman75 is exclusive today - I had to draw it from home by hand. In my opinion, she only benefited from this. In any case, thank you so much to the author.
I also want to congratulate all the girls and women on the last holiday. Let the holidays take place in the calendar, but in the soul remain forever. ')
Understanding TDD with Django A verbose article on the application of test-based programming techniques to create a URL shortening service
Flask geoip Briefly about using the pygeoip module together with flask to create a service that retrieves geographic information from an IP address (continent, country, city, time zone, etc.)
Python lessons first day - the basics In late February, the author announced a two-week series of articles on programming in Python and began with an introductory article . We will follow these lessons and today we offer to view the first day.
All about property Expanded description of the built-in property function and examples of how and when it should be used.
Stream output of program results The author is looking for the optimal solution for remote execution of commands on the server through a web interface implemented on Flask and points out some of the pitfalls that may arise along the way of solving similar problems.
Django-Rest-Framework - an introduction for beginners An article on how to implement accessible via the web API, which returns JSON; how to set up serializers for data preparation and processing, and use class-based views to avoid re-writing the same code
So what's wrong with python? An interesting discussion on the mailing list. If the community is interested, then I am ready to make a compilation of the FOR and against this conversation in Russian in the form of a separate post.
Dockstreaming and various objects Investigation of the possibility of adding documentation strings (docstrings) to various objects (lambda - functions, standard types, etc.)
Apply py2exe correctly The author offers to our attention an analysis of the difficulties that he faced while packing into the executable file of the youtube-dl-GUI application - using PyQt
What is a web framework? The author tries to answer questions about the constituent elements of modern web-frameworks and briefly describe their purpose.