PythonHub
2.36K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Getting Started With CUDA for Python Programmers

In this tutorial, Jeremy Howard demystifies CUDA programming for NVIDIA GPUs, particularly focusing on its accessibility when combined with PyTorch. The hands-on tutorial, conducted in a Colab notebook, guides viewers through practical examples, starting with simple tasks like converting an RGB image to grayscale, and progressing to more advanced topics like matrix multiplication. The em...

https://www.youtube.com/watch?v=nOxKexn3iBo
Mix Python and Rust for Production CLIs

The video outlines an effective workflow for combining Python and Rust - use PyO3 to call Python from Rust CLIs, leverage Rust's safety and Python's libraries, add testing to validate logic, automate processes, and deliver binaries to users.

https://www.youtube.com/watch?v=GBZoWervz3s
A bird's eye view of Polars

Read how Polars executes your query from planning, optimizing to execution.

https://pola.rs/posts/polars_birds_eye_view