Hackineering
Micro Lesson Cheat Sheets

Python · Mutability

A compact guide to what can change in place, what cannot, and why shared references make mutability such an important Python idea.

Continue Learning

Where to go from here

Use these topical follow-ons to keep the learning path clear without forcing a rigid sequence.

Helpful First

What a learner should probably understand before this sheet.

Python · Variables and Names
Python · Core Containers

Next Up

What to study immediately after this sheet.

Python · Hashability
Python · Functions

Related

Nearby ideas that often add depth or cause confusion.

Python · Identity vs Equality
Python · Dictionary Internals