A beginner-friendly look at how glob patterns work in Python — *, ?, [...], and the glob module.
Going past the basics: functools.partial and lru_cache, closures, recursion, and a real refactor of imperative code into a functional shape.
A beginner-friendly look at how functions work in Python when you treat them the functional-programming way — first-class objects, pure functions, and the map/filter/reduce trio.
A hands-on look at every config format Python projects actually use — INI, JSON, YAML, TOML, and env files — with real code examples and when each one makes sense.
Why functional programming in Python isn't about purity — it's about writing code that's easier to reason about, test, and compose.
What MCP servers are, why they matter, and how I use them to extend my AI agents.
Today, I successfully set up this site/blog.
As a Python enthusiast, I used Pelican …