Aknin: Guido's Python
[Posted May 12, 2010 by corbet]
Yaniv Aknin has launched into a series of articles intended to describe how
Python works from the inside; thus far, the
introductory
and
Objects 101
installments are available. "
I want to see Python more like Guido
does, so I'm starting out on what should develop to a series on Python's
internals. On the curriculum is mainly CPython, mainly py3k, mainly
bytecode evaluation (I'm not a big compilation fan) - but practically
everything around executing Python and Python-like code (Unladen Swallow,
Jython, Cython, etc) might turn out to be fair game in this series."
(
Log in to post comments)