[Tutor] bytecode primer, and avoiding a monster download

Jim Mooney cybervigilante at gmail.com
Tue May 28 13:02:08 CEST 2013


On 27 May 2013 16:20, Alan Gauld <alan.gauld at btinternet.com> wrote:

>
> To me, the bytecodes are the literal hex values corresponding
> to the Python "assembler" statements. Are you sure you need the bytecodes?
> You can use the standard library to generate the
> assembler listing from the Python code.

Ah good, how do I do that? What's the module? Thanks.

Jim


More information about the Tutor mailing list