PythonHub
2.37K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Replicating Minecraft World Generation in Python

Using Voronoi diagrams and a lot of Perlin/Simplex noise.

https://t.co/ZuqXKE7DZ6
ThreadPoolExecutor vs. ProcessPoolExecutor in Python

You can use ThreadPoolExecutor for IO-bound tasks and ProcessPoolExecutor for CPU-bound tasks. In this tutorial, you will discover the difference between the ThreadPoolExecutor and ProcessPoolExecutor and when to use each in your Python projects.

https://superfastpython.com/threadpoolexecutor-vs-processpoolexecutor/
Calling Rust from Python using PyO3

This post gives you a short introduction to PyO3 and then discusses several example functions, written in Rust and called from Python.

https://saidvandeklundert.net/learn/2021-11-18-calling-rust-from-python-using-pyo3/
7 key components of observability in Python

Learn why observability is important for Python and how to implement it into your software development lifecycle.

https://opensource.com/article/21/11/observability-python
Show HN: Run Python, Ruby, Node.js, C++, Lua in the Browser via x86 to WASM JIT

https://repl.leaningtech.com/?python3
Ask HN: How best to prepare for Python interviews starting in 3 months?

https://news.ycombinator.com/item?id=29318263