Tag: Python
All the articles with the tag "Python".
-
Setting Up Python: Environment and Project Scaffolding
From pyenv version management to Poetry dependency management to Makefile automation — a complete walkthrough of Python project setup on macOS/Linux, with an example project repo.
-
Bottle Source Code Reading Notes (Part 2): Routing
A deep dive into Bottle's source code, analyzing how URL route mappings are generated, how requests are matched to view functions, and how error pages are handled.