You Might Not Need That Provider SDK
Provider SDKs often pull in dozens of dependencies when a simple HTTP request to the API would do.
Here you find my Python tutorials, focused on the practical side of the language: automating tasks, scripting away repetitive work, wiring up APIs, and building small tools that make your day easier. I am less interested in abstract theory and more in code you can run, adapt, and put to work right away. Python is my go-to for glue work, the scripts that connect services, move data around, and quietly handle the jobs nobody wants to do by hand. So you will find guides that lean into real problems and real libraries. For example, I dig into what is new in Pydantic and HTTPX, and how to take advantage of the latest features to write faster, safer, cleaner code, from validating messy data to making HTTP calls that do not fall over under pressure. Along the way I share the tooling and patterns I actually reach for.
Provider SDKs often pull in dozens of dependencies when a simple HTTP request to the API would do.