Python

MCP and NumPy til —
I spun up a couple of projects to explore two separate topics: how to implement a basic MCP server; how to use NumPy for numerical computations.
uv and Jupyter Best Friends til —
uv for LLM Experiments blog —
Using uv instead of Anaconda environment.yml to set up a virtual environment for LLM experiments.
Python, SQL, and data eng til —
Data engineering audiocast, plus Python photos
OSM and Python til —
Using Python to work with addresses and Open Street Map networks.
A Bit of Fastapi for Auth blog —
Learning more about JWT as a way to encode claims by getting hands-on with FastAPI, a relative newcomer to the Python family of web frameworks.
2021-05-15 til —
ICU for Python head-scratcher solved
2021-05-05 til —
Getting Python running on fresh Linux
Main not Master, and Python formatting til —
Default git branch name and Python formatting
asdf for Runtime Management blog —
Using asdf as an alternative to homebrew for managing language runtimes like Python and Ruby. It provides a holistic solution to the same problem that pyenv and nvm and rvm solve for specific …