PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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
Python Bindings for Performance Optimization: A Zero to One Guide

This article describes techniques to accelerate a Python codebase by exposing parallelized C++ functions using PyBind. It then analyzes the results of the optimization in which parallelizing one 40-line function in a 700-line program yielded up to a 3X end-to-end speedup.

https://alexhagiopol.github.io/posts/2023/01/python-bindings/