Flavors of Python

1) Cpython:

  • It is the standard flavor of python.
  • It can be used to work with C language Applications.

2) Jython or Jpython:

  • It is for java application.
  • It can run on JVM.

3) IronPython:

  • It is for C#.Net platform.

4) PyPy:

  • The main advantage of PyPy of performance will be improved because JIT compiler is available inside compiler.

5) RubyPython:

  • For Ruby Python.

6) AnacondaPython:

  • It is specially designed for handling large volume of data processing. 
.........

No comments:

Post a Comment

Featured Post

Core and Advance Python

                      Language Fundamentals