For different scenarios, Python programming has different variants.
- CPython – This is the Python language’s reference implementation. Python and C are used to write it.
- Jython- This is an implementation of the Python language for the Java platform.
- IronPython- It is written entirely in C#. It is designed to work with the .NET Framework and Mono.
- Brython- This is a version of Python that runs in the browser.
- RubyPython- A bridge between Python and Ruby interpreters.
- PyPy- Python-based implementation.
- MicroPython- It runs on microcontrollers.
Leave a Reply