PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
A Deep Dive Into Iterators and Itertools in Python

Python has some amazing built-in functions and modules for working with iterators. This video is a deep dive into iterators and itertools in Python and how to use iterators for your own projects!

https://www.youtube.com/watch?v=aumxFs2DO5o
Faster virtual machines: Speeding up programming language execution

This post explores how interpreters are often implemented, what a "virtual machine" means in this context, and how to make them faster.

https://mort.coffee/home/fast-interpreters/
Test Message with Reactions
An open source Python project CI pipeline

Lately I've been iterating on a reusable set of open-source continuous integration (CI) tools for my Python projects. Here's an overview, along with a sample GitHub Actions workflow file that runs these checks.

https://brntn.me/blog/open-source-python-ci/
Cruising through complex data

This post is a showcase of data wrangling techniques in Python, using glom.

https://sedimental.org/cruising_through_data.html