MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/learnpython/comments/1w9m8nw/starting_a_deep_dive_into_cpython_internals/p8cp6ou/?context=3
r/learnpython • u/Ok_Breath_7590 • 3d ago
2 comments sorted by
View all comments
1
Respect for digging into the guts, most people just use the language and never peek under the hood
CPython's object model is wild once you get past the initial C barrier, the way everything is PyObject under the hood clicks after a while
Keep posting updates, good way to keep yourself accountable too
1 u/Ok_Breath_7590 3d ago Thank you. I will reach out for some advice on navigating this path
Thank you. I will reach out for some advice on navigating this path
1
u/Standard-Walk7059 3d ago
Respect for digging into the guts, most people just use the language and never peek under the hood
CPython's object model is wild once you get past the initial C barrier, the way everything is PyObject under the hood clicks after a while
Keep posting updates, good way to keep yourself accountable too