Python compiler book
I want to know what if there is any book describing the python compiler? There is a book about ruby MRI in Japanese that has been translated into English. I wonder if such a book exists for python.
Sorry if this is already asked.
+3
farhan
source
to share
1 answer
If you're just talking about the CPython bytecode generator (and not a compiler that makes its own executable code, or any of the non-CPython implementations), the first call port would be to Create a CPythons Compiler Page .
This is part of the Python Developers Guide .
+3
paxdiablo
source
to share