PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Show HN: MPLG – Matplotlib GUI, design plots visually and export as Python code

https://everydayanchovies.github.io/mplg/mplg
Show HN: Futurecoder – A free online interactive Python course

https://futurecoder.io/
New Testing Features in Django 4.0

Django 4.0 had its first alpha release last week and the final release should be out in December. It contains an abundance of new features, which you can check out in the release notes. In this post we’ll look at the changes to testing in a bit more depth.

https://adamj.eu/tech/2021/09/28/new-testing-features-in-django-4.0/
Putting Pants On

One Thing We Did Right After 5 Years with Django.

https://g-cassie.github.io/2021/10/02/django-pants.html
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/