Hi. pyc is a compiler that compiles source code to bytecode and it's written entirely in python. It's based on the compiler package from the stdlib but the parser/lexer are implemented in python. Moreover, it does some optimizations on the bytecode. http://students.ceid.upatras.gr/~sxanth/pyc/ Feedback is most welcome. Stelios