Immutability — Topic Summaries
AI-powered summaries of 4 videos about Immutability.
4 summaries
No matches found.
why are TUPLES even a thing?
Python tuples exist largely because they’re a faster, safer alternative to lists when the data shouldn’t change. The core difference is simple: lists...
Python Tutorial: Namedtuple - When and why should you use namedtuples?
Namedtuples offer a practical middle ground between plain tuples and dictionaries: they keep tuple behavior (including immutability) while making...
Mutability revisited - Python 3 Programming Tutorial p.8
Mutability in Python can make it look like functions “modify” variables from the outside—until an immutable type (like a string) breaks that...
I Made EmojiCode Benchmark And Showed Casey Muratori
The session centers on building and running a small “EmojiCode” program that demonstrates how the language’s syntax, type system, and operators work...