PythonHub
2.44K subscribers
2.35K photos
49.2K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Peeking and backtracking Python generators

Python generators are mighty, but they lack a couple of useful features. One of them is peeking at the next item without consuming the generator. Even better, what if we could peek any number of items? Another feature lacking from generators is rewinding/backtracking. We will implement both of those features in a couple of different ways.

https://ricardoanderegg.com/posts/peeking-backtracking-python-generator/
Convolutional Neural Networks

Convolutional Neural Networks can be used to train computers to recognize objects in images. This allows us to recognize objects or people in images or video. It is helps automate the process of finding cancerous tumors. It is also used to implement driverless car technology and more.

https://www.youtube.com/watch?v=ad-Qc42Kbx8
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/