This package contains a working compiler for Python code at a tremendous small size, usable for handheld devices or embeddable in other applications.
Does not support the whole Python domain, but only the necessary features.
Here are some key features of "tinypy":
· Bootstraped
· Python parser
· Bytecode compiler
· Lua-like virtual machine
· Garbage collection via C
· Stackless
· Cross-platform tested
· Support for classes
· Support for single inheritance
· Support for functions with variable or keyword arguments
· Support for strings
· Support for lists
· Support for dicts
· Support for numbers
· Support for modules
· Support for list comprehensions
· Support for exceptions
· Support for full traceback
· Support for some built-ins
What's New in This Release: [ read full changelog ]
· This release includes loads of fixes.
· Added a math module.
· Visual Studio support.
· Improved setup.py script.