📜 ⬆️ ⬇️

Pygest # 13. Releases, articles, interesting projects from the world of Python [July 4, 2017 - July 17, 2017]

image Hello! This is the thirteenth issue of Habrahabr news digest from the world of Python.

In today's release, you will find interesting materials on optimizing Python, its internals, Django, machine learning, and more. Send us your actual materials, as well as any comments and suggestions that will be added to the nearest digest.

And now to the point!

Releases


Python 3.6.2rc2
Django 1.11.3
')

Articles


Making an image recognition service using TensorFlow Serving
Excellent article on how to use TensorFlow Serving on the example of the problem of image recognition.

Advanced python features
A quick note with code examples in the “pythonic way” style

FAT Python: the next chapter in Python optimization
Cool article about optimization in Python

Interacting with a long-running child process in Python
About ways to interact with long-lived processes in Python

What really annoys me about Django migrations
On the narrow and annoying places in Django migrations

Brewing beer with Linux, Python, and Raspberry Pi
Interesting article on how Python can help in brewing

Space, Time and Groceries
Detailed article on how Instacart uses Python to solve emerging logistics problems.

How to Handle Imbalanced Classes in Machine Learning

Detailed tutorial on how to manage unbalanced classes in machine learning

Django project optimization guide
Tutorial on optimizing projects on Django

Combining the power of Python and Assembly.
An article on how to use Python and Assembler together.

Python Closures and Decorators - A Dive Into - Part 1
Detailed parsing of closures and decorators in Python

Interesting projects


crackcoin
An example of a very basic cryptocurrency in Python

Susanoo
REST API security testing framework

ssl_logger
A tool from Google for decoding and logging SSL traffic.

CsvToTable
Utility for converting CSV file to HTML table

logzero
Great tool for logging

Deep learning with cats
Deep learning with cats

Video


Beginner Introduction to Neural Networks
A series of videos to familiarize yourself with neural networks.

You are looking for the previous issue of the digest here:

Pygest # 12. Releases, articles, interesting projects from the world of Python [June 20, 2017 - July 03, 2017]

Thanks for attention! Send your suggestions for publication in the digest!

Source: https://habr.com/ru/post/333444/


All Articles