What kind of pet is Python?

I want to learn python, so I downloaded it from the python site and I saw 4 other types of pythons:

  • Python (regular)
  • IronPython
  • Jython
  • Pypy
  • Stackless python

I can really find the differences between them. Also, who is the best place to start.

+5
source share
3 answers

Updated to include corrections from good people in the comments section:

Of the python implementations you mentioned, the source and most frequently used is CPython (python on your list is an interpreter for python, implemented in C and executed as a native application) and is available for almost every platform under the sun. Other options:

  • IronPython: .Net( .Net)
  • Jython: JVM ( Java JVM)
  • PyPy: Python, " ", . JIT RPython ( C), Python, .
  • Stackless Python: python, C ( ), CPython.

Python ( ), CPython. , . CPython - , , - , .

+10

Python. , , . , , , Python .

+4

Python.

, , Python , .

+3

All Articles