PythonHub
2.39K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
End-to-end tinyML audio classification with the Raspberry Pi RP2040

In this article, we will demonstrate how an Arm Cortex-M based microcontroller can be used for local on-device ML to detect audio events from its surrounding environment. This is a tutorial-style article, and we’ll guide you through training a TensorFlow based audio classification model to detect a fire alarm sound.

https://blog.tensorflow.org/2021/09/TinyML-Audio-for-everyone.html
Create a Stunning PDF Flyer in Python with borb

In this guide, we'll create a beautiful stylized PDF flyer using nothing but Python and borb - a pure-Python library for working with PDF documents.

https://stackabuse.com/create-a-stunning-pdf-flyer-in-python-with-borb/
Python leads Tiobe Index for first time in 20 years

https://www.tiobe.com/tiobe-index/
Python 3.11: “Zero cost” exception handling

https://bugs.python.org/issue40222
What's great about Python 3.10?

What changed in Python 3.10 and which of those changes matter for you?

I’ve spent this week ...

https://treyhunner.com/2021/10/whats-great-about-python-3-dot-10/
TensorFlow for Computer Vision - Full Tutorial for Beginners

Learn how to use TensorFlow 2 for computer vision in this complete course. The course shows you how to create two computer vision projects. The first involves an image classification model with a prepared dataset. The second is a more real-world problem where you will have to clean and prepare a dataset before using it.

https://www.youtube.com/watch?v=cPmjQ9V6Hbk
Python 3.10.0

Python 3.10.0 is the newest major release of the Python programming language, and it contains many new features and optimizations.

https://www.python.org/downloads/release/python-3100/