Sitemap - 2025 - The Python Coding Stack

My Life • The Autobiography of a Python Object

I Don’t Like Magic • Exploring The Class Attributes That Aren’t Really Class Attributes • [Club]

The Misunderstood Hashable Types and Why Dictionaries Are Called Dictionaries • [Club]

And Now You Know Your ABC

Impostors • How Even The Python Docs Get This Wrong* • [Club]

Are Tuples More Like Lists or Strings? And Why We Don't Really Care • [Club]

Creating a Singleton Class in Python And Why You (Probably) Don’t Need It

The Networking Event (#4 in The itertools Series • `combinations()` and `permutations()`)

When You No Longer Need That Object • Dealing With Garbage in Python

Flashy, Fancy Shortcuts Aren't Always Suitable [Python Shorts]

Do You Really Know How `or` And `and` Work in Python?

Python Backstage • Disassembling Python Code Using the `dis` Module

I Want to Remove Duplicates from a Python List • How Do I Do It?

Are Python Dictionaries Ordered Data Structures?

What's the Difference Between Zipping and Unzipping Your Jacket? • Unzipping in Python

The Chores Rota (#3 in The `itertools` Series • `cycle()` and Combining Tools)

A Story About Parameters and Arguments in Python Functions • "AI Coffee" Grand Opening This Monday

Demystifying Decorators • Parts 3 to 7

Demystifying Decorators • They Don't Need to be Cryptic

The `itertools` Series

Dropping Values (#2 in The `itertools` Series • `dropwhile()` and `takewhile()`)

The Properties of Python's `property`

I Want My Own Fancy F-String Format Specifiers… Sure You Can

Loss of Words • A Nested Journey (#1 in The `itertools` Series • `product()`)

Counting: How Hard Can it Be?

Hermione's Undetectable Extension Charm: Revealed (Using Python)

The One About the £5 Note and the Trip to the Coffee Shop • The Difference Between `is` and `==` in Python

On Shared Birthdays (and a Bit on Pythagorean Triplets) • Pythonic Code

The Shortest Python `import` Tutorial • A Picture Story

Choose Your Fighter • Inheritance vs. Composition (#2 in Inheritance vs Composition Pair)

Choose Your Fighter • Let's Play (#1 in Inheritance vs Composition Pair)