https://minecraft.curseforge.com/projects/openpython
https://github.com/EcmaXp/OpenPython
OpenPython makes micropython available on OpenComputers.
micropython is Python for embedded devices and is different from CPython.
Currently, micropython is partially compatible with Python version 3.4 as of October 2018.
Features include:
- Fully persistable.
- Runs in a sandboxed environment and does not require a separate native DLL.
- Supports virtual file system.
- It can call other components and supports Lua architecture's UserData.
Limitations include:
- The fi