Python has multiple variants

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.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *