If you're not willing to slog through the source code and many PEPs and
past discussions, Anthony Shaw has done it for you and written a book:
https://realpython.com/products/cpython-internals-book/
All the other write-ups I'm aware of are very dated, so I don't have any
free suggestions I'm afraid.
Cheers,
Steve
On 17Jun2020 1437, Shakil Khan wrote:
I am well versed in Python and now trying to understand and learn the Design
philosophy of Python as a Programming Language.
Is there any document related to Design/Archoitecture of Python language itself
where I can learn about implementation of garbage collection,
top level of python objects and different other features.
Bottom line is I want to understand and get hold of the Python source code
itself in C. Any document or pointer towards that would be very much
appreciated.
Thanks
Shakil
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at
https://mail.python.org/archives/list/python-dev@python.org/message/AA2RRW4RMFM2KZ7V2CAATWVVI4DQGPZZ/
Code of Conduct: http://python.org/psf/codeofconduct/