Pygest # 9. Releases, articles, interesting projects from the world of Python [May 8, 2017 - May 22, 2017]

    imageHello! This is the ninth issue of the Habrahabr digest about news from the world of Python.

    In today's release you will find interesting materials regarding Django, creating interpreters, algorithms, and much more. Send your relevant materials, as well as any comments and suggestions that will be added to the next digest.

    Now to the point!

    Articles


    About how Instagram turned off the Python garbage collector and began to live
    Translation of a great article that had previously been in the digest, about how Instagram struggled with GC.

    10 major mistakes made by Django developers
    A selection of useful tips for developers using Python

    Splitting words into elements of the periodic table
    An interesting article about solving an interesting algorithmic problem

    Python and Tarantool: Races in the Loop
    An article about using Python + Tarantool. Thanks valentinmk

    Tips for Building High-Quality Django Apps at Scale
    A selection of helpful tips for building scalable Django applications

    How to Publish Your Package on PyPI
    JetBrains Tutorial on how. how to publish your library in PyPi

    lambda, map and filter in Python
    Overview of lambda functions, map and filter in Python and how to use them correctly

    Python + Docker: From development to production: Episode I
    Article on using the Python and Docker bundles for development and launch in production.

    Top 15 Python Libraries for Data Science in 2017
    A Selection of Popular Libraries for Working with Data and Machine Learning in Python

    A game of tokens: write an interpreter in Python with TDD - Part 1
    How to write your own interpreter using "development through testing"

    Adventures in JIT compilation
    A series of articles on JIT compilation in Python.

    Asyncio Coroutine Patterns: Beyond await
    Another article about coroutines in Python

    Let’s Build A Simple Interpreter
    Another series of articles about building a simple interpreter in Python

    100 days of algorithms
    An excellent selection of algorithms in Python

    K-means Clustering in Python
    About the method of clustering k-means in python

    Interesting projects


    Deep Feature Flow
    Library for recognition on video

    Django Developer Panel
    Django developer panel for Chrome

    TBVaccine
    Utility for printing beautiful traceback in Python

    Chattie
    Framework for creating bots in Python

    Flask common
    Extension for Flask containing useful “batteries” for Flask-application

    Video


    PyCon 2017
    A selection of videos from PyCon 2017. Thanks to missingdays for the tip!

    Django Tutorials
    Django

    PyData London 2017 Training Video Series
    A Compilation of Video from the PyData 2017 London Conference

    Entertaining


    What are the most repetitive pieces of code that you keep having to write?
    Reddit discussion about Python's most popular repeated code snippet

    Python Easter Eggs
    A selection of Easter eggs in Python You

    are looking for the previous digest here:

    Pygest # 8. Releases, articles, interesting projects from the world of Python [April 11, 2017 - May 7, 2017]

    Thank you for your attention! Send your suggestions for publication in the digest!

    Also popular now: