Blockchain explained for Python developers14 July 2026·1772 words·9 minsBlockchain is a tamper-evident, append-only ledger secured by cryptographic hashes and distributed consensus. Build one in pure Python to understand how it works.
UV cheatsheet for expert Python developers6 November 2025·2027 words·10 minsA comprehensive cheatsheet for uv, the blazing-fast Python package installer and resolver written in Rust.
Optical character recognition7 July 2023·95 words·1 minExtract text from images using Python with OpenCV and Tesseract OCR.
Python lists and dictionaries14 February 2023·346 words·2 minsHandy Python snippets for working with lists and dictionaries.
Python files and directories13 February 2023·387 words·2 minsMaster Python file and directory operations with practical examples and performance optimizations.
Linting and configuration3 November 2022·148 words·1 minImprove your Python code quality with linting and configuration tools.
DevPi server as local PyPi mirror19 October 2022·165 words·1 minSet up a local PyPi caching mirror with DevPi Server