September 14, 2026
· Gifted
Learn the basics of heredoc and nowdoc in Bash and Python — syntax, differences, and common use cases.
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 25, 2026
· Gifted
A practical guide to data classes, why they replace hand-rolled classes for data containers, and the features that make them worth reaching for.
August 25, 2026
· Gifted
A practical guide to Python's built-in data structures — lists, tuples, sets, and dictionaries — when to use each, their time-complexity trade-offs, and...
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...
June 11, 2026
· Gifted
Why functional programming in Python isn't about purity — it's about writing code that's easier to reason about, test, and compose.