this post was submitted on 30 Oct 2025
14 points (81.8% liked)

Python

7566 readers
2 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
 

An exercise to help build the right mental model for Python data. The “Solution” link uses memory_graph to visualize execution and reveals what’s actually happening:

you are viewing a single comment's thread
view the rest of the comments
[–] KindaABigDyl@programming.dev 2 points 1 week ago* (last edited 1 week ago) (2 children)

Another reason why raw pointers are superior to object nonsense

Isn't "explicit is better than implicit" part of the Zen of Python?

[–] gedhrel@lemmy.world 1 points 1 week ago

Eh? You might suggest it's another reason why persistent (aka immutable) data-structures have merit; but this is raw pointers.

load more comments (1 replies)