PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Run Your Python App Anywhere With Dynamic Settings

Parameterize your application with a config file and read using ConfigParserContinue reading on ...

https://towardsdatascience.com/run-your-python-app-anywhere-with-dynamic-settings-aafd27e04b8e
I Forked “Asyncpg” — And It Parses Database Records to Numpy 20x Faster

Presenting the fork of asyncpg — asynchronous PostgreSQL client for Python — based on NumPy structured arrays.

https://t.co/rViV6pSeDQ
Python 3.10.5 is available

The latest bugfix drop for Python 3.10 is here: Python 3.10.5. This release packs more than 230 bugfixes and docs changes.

https://pythoninsider.blogspot.com/2022/06/python-3105-is-available_6.html
Packaging Python Applications with PyInstaller, with step by step examples for PyQt, Tkinter, PySimpleGUI, wxPython & Kivy

https://www.dropbox.com/s/zqajj7skbdl7xbw/packaging-python-applications.pdf
Getting Started with ESPnet

ESPnet is the premier end-to-end, open-source speech processing toolkit. This easy-to-follow guide will help you get started using ESPnet for Speech Recognition.

https://www.assemblyai.com/blog/getting-started-with-espnet/
Handling Concurrency Without Locks

Concurrency is not very intuitive. You need to train your brain to consider what happens when ...

https://hakibenita.com/django-concurrency