compiling to python byte codes

Leif K-Brooks eurleif at ecritters.biz
Thu Sep 2 03:22:14 EDT 2004


Maurice LING wrote:
> Or is there any documentation or books that is the python equivalent of 
> "Programming for the Java Virtual Machine" by Joshua Engel?

Python's byte code isn't very stable, so you might have to recreate your 
entire code base with every new Python version. I would suggest 
generating Python code (not byte code) instead and compiling that.



More information about the Python-list mailing list