Does anyone know good books that discuss the underlying architectures, in-depth analysis of CPython implementation. Something like
- how list / tuple / dict implemented (and performance comparison…)
- OOP discussion in Python context
Sorry if it sounds like a silly question 🙁
You should absolutely, at some point in your Python career, read every word of the Python Data Model and the Python Execution Model. While not CPython-specific, these articles are essential to understanding Python deeply.