Previous

Flavors of Python:

Next
  1. CPython: 

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

       2.Jython OR Jpython:

                             It is  for Java applications. It can run on JVM.

       3.IronPython:

                              It is for C#.Net platform

       4.PyPy:

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

       5.RubyPython:

                                For Ruby Platforms.

       6.Anacondapyhon:

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