PythonHub
2.4K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Pedalboard

A Python library for adding effects to audio. It was built by Spotify's Audio Intelligence Lab to enable using studio-quality audio effects from within Python and TensorFlow.

https://github.com/spotify/pedalboard
A friendly introduction to machine learning compilers and optimizers

Understanding how compilers work can help you choose the right compiler to bring your models to your hardware of choice as well as diagnose performance issues and speed up your models. This post is a friendly, tearless introduction to ML compilers.

https://huyenchip.com//2021/09/07/a-friendly-introduction-to-machine-learning-compilers-and-optimizers.html
The Double Pendulum in Python

Learn how to derive the system of differential equations for the double pendulum using sympy, solve the system of equations numerically using scipy's odeint function, and create an animation of the double pendulum using matplotlib.

https://www.youtube.com/watch?v=8ZZDNd4eyVI
OpenBSD's Pledge and Unveil from Python

https://nullprogram.com/blog/2021/09/15/