Gifted Space

  • About
  • More/
  • Archive
  • Tags
  • Home
  • Categories
  • misc
  • Python Data Classes: Cleaner Code with Less Boilerplate

    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
  • Python Data Structures: Choosing the Right Tool for the Job

    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 when to reach for the collections module.

    August 25, 2026
     · Gifted
  • A Gentle Introduction to RDBMS

    A beginner-friendly walkthrough of Relational Database Management Systems: what they are, how they organize data, and core concepts to get started.

    August 20, 2026
     · Gifted
  • Globbing in Python, Part 1

    A beginner-friendly look at how glob patterns work in Python — *, ?, [...], and the glob module.

    August 02, 2026
     · Gifted
  • Python Functions in Functional Programming, Part 2: Intermediate Techniques

    Going past the basics: functools.partial and lru_cache, closures, recursion, and a real refactor of imperative code into a functional shape.

    July 25, 2026
     · Gifted
  • Life and Balance

    note-to-self:26-10

    The chase for more — more code, more projects, more output — is easy to …

    July 24, 2026
     · Gifted
  • Python Functions in Functional Programming, Part 1: The Basics

    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.

    July 24, 2026
     · Gifted
  • Remember You Will Die

    Memento mori is not a curse — it is the sharpest tool for deciding what actually matters today.

    July 21, 2026
     · Gifted
©2026 - Gifted •  Powered by Pelican and  Papyrus