PythonHub
2.44K subscribers
2.35K photos
49.2K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Python Web Conf 2022 Talks + Tutorials

90 videos — including talks, tutorials, lightning talks and socials are now available.

https://www.youtube.com/playlist?list=PLt4L3V8wVnF7PJ3wfq1rdJWX4ziasHMHl
pycom

A Python compiler, down to native code, using C++

https://github.com/Omyyyy/pycom
StatsForecast

StatsForecast offers a collection of widely used univariate time series forecasting models, including automatic ARIMA and ETS modeling optimized for high performance using numba. It also includes a large battery of benchmarking models.

https://github.com/Nixtla/statsforecast
How to Choose the Right Python Concurrency API

Python standard library offers 3 concurrency APIs. How do you know which API to use in your project? In this tutorial you will discover helpful step-by-step procedures and helpful questions to guide you to the most appropriate concurrency API.

https://superfastpython.com/python-concurrency-choose-api/