September 08, 2026
· Gifted
Going past the basics: fnmatch for string-only matching, brace expansion, writing a custom glob engine, and globbing across remote filesystems.
August 02, 2026
· Gifted
A beginner-friendly look at how glob patterns work in Python — *, ?, [...], and the glob module.
July 25, 2026
· Gifted
Going past the basics: functools.partial and lru_cache, closures, recursion, and a real refactor of imperative code into a functional shape.
July 24, 2026
· Gifted
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...