Python 3K or Python 2.9?
Terry Reedy
tjreedy at udel.edu
Fri Sep 14 12:41:15 EDT 2007
"Bjoern Schliessmann" <usenet-mail-0306.20.chr0n0ss at spamgourmet.com> wrote
in message news:5kv3neF5mo3hU3 at mid.individual.net...
That's interesting. BTW, do you know something (apart from the dis
docs) that's worth reading if you're interested in Python byte
code?
------------------
That is the only Python specific thing I remember reading. Of course, it
helps that I learned assembler a long time ago, and that I have used an HP
reverse-polish notation calculator (a fixed-size stack machine), and that I
have seen and understand algorithms for turning prefix and infix to postfix
notation.
tjr
More information about the Python-list
mailing list