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 Applications. It can run on JVM
3) IronPython: It is for the C#.Net platform
4) PyPy: The main advantage of PyPy is performance will be improved because the JIT compiler is available inside PVM.
5) RubyPython For Ruby Platforms
6) AnacondaPython It is specially designed for handling a large volume of data processing.