📜 ⬆️ ⬇️

Pygest # 22. Releases, articles, interesting projects, packages and libraries from the world of Python [January 18, 2018 - February 4, 2018]

image Hello! This is the twenty-second issue of the Habrahabr digest of news from the world of Python. In this issue you will find articles on MicroPython, a comparison of the performance of Python, Numba and C ++, the basics of web scraping and much more.

Send your interesting events from the world of Python.

The previous digest can be found here .
')


News, articles and study materials


Submitted by MicroPython Plugin for PyCharm
Now you can program microcontrollers using PyCharm IDE

Introduction to MicroPython on ESP32. Part 1 and Part 2
The articles tell you how to get started with MicroPython on Espressif ESP32 microcontrollers.

Going to Python3 with pleasure
A little tutorial on Python3 features

Debug Flask Applications on a Container with Docker Compose

Learning the blockchain with Python

Performance comparison of Python, Numba and C ++ for Wolfram models

Why am I learning Python in 2018?
The author discusses the reasons why it is worth exploring Python.

How to speed up the startup time of Python applications

The hunt for a memory leak in asyncio applications

Check your Coinbase balance using Python

A hands-on introduction to Python web scraping
Learn the basics of web scraping using the requests and BeautifulSoup libraries

Getting information in the Linux system
In this article, Python is used as a tool to get different information in Linux.

Python GUI Examples
In this guide, we will learn how to develop a graphical interface using the Tkinter package.

Understanding the internals of Python classes

1 year from the date of release of PyTorch

9 tips in Django to work with a database

Coloring images using optimization in Python

Required Packages and Settings in Sublime Text for Python Developers
This article describes the packages / plugins and settings in Sublime Text, which simplifies the development process.

45 top articles related to Python over the past year

A simple way to work with files in Windows, Mac and Linux
Meet “pathlib”

The fastest way to unzip a zip file in Python

pdbe is an assistant to the built-in Python debugger and debugging process.
Thanks for the dmytrostriletskyi article .

Books


Here you will find a lot of books, not only about Python

Video


How to create twitter bot using Python
Learn how to create Twitter bot using Python

How to create a reddit bot using python
Now let's learn how to create a Reddit bot using Python

Creating a neural network that classifies the risks of diabetes in just 15 lines of code

Interesting projects, tools and libraries


you-get
YouTube / Youku / Niconico video downloader

django-cms
Open source CMS based on Django framework

aws-cli
Universal Command Line Interface for Amazon Web Services

Scipy
Open source software for mathematicians, scientists and engineers

simpledb
A small Redis-like database written in Python

auditor.py
Script to track file system changes

sgqlc
Simple GraphQL Client

pdbe
A tool for debugging projects from scratch, individual applications or files. Work with Git style debugging. By dmytrostriletskyi . More details can be found here.

unimatrix
Python script to emulate the display from the movie "The Matrix".

pyinstaller
Converter Python applications to standalone executable file

lxml
Fast and easy to use library for handling HTML and XML

peewee
Simple and small ORM

pyexcel
API for reading, manipulating and writing data in csv, ods, xls, xlsx and xlsm files

Rust_Api_Generator
Toolkit for automatic generation of rust APIs

The following 3 libraries from mixkorshun :
django-antispam
A set of tools to protect Django forms from spam. Includes reCAPTCHA, Honey Pot and Akismet.

django-safe-filefield
Package that makes it easy for a user to add a field to a file.

celery-beatx
Improved Celery Task Scheduler

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


All Articles