Hacker News new | ask | show | jobs
by Lucasoato 1608 days ago
Do you know any source to better study how python works? I mean something which are the steps to understand the internal CPython bindings and so on? I really want to step-up my Python skills but this part seems really hard for people with a non CS related background.
1 comments

I can recommend https://realpython.com/products/cpython-internals-book/ as a decent initial documentation of cpython. I have a copy of this book at my desk for the few cases when I need to debug GIL or memory allocator related issues in cpython.