[ Home | Feed | Twitter | Vector Art | Ascii Art | Tutorials ]
The objective of this article is to help people understand how the Python VM works, through a poke and learn approach.
Python’s byte code is specific to the CPython implementation. Moreover it is not guaranteed to be stable across CPython versions. And hence it is a bad idea to do such things in production code. The examples provided in this article are for demonstration and learning purposes only.
Permalink | Add Comment | Share: Twitter, Facebook, Buzz, ... | Tags: python