Python is an objected oriented programming language.
Flavors of python are,
Flavors of python are,
- CPython: This is the standard python language written in C programming language. This can be downloaded from https://www.python.org/downloads/.
- Jython: Earlier known as JPython. It implementation of python meant to be run on Java Programming platform.
- IronPython: Just like Jython this is another implementation of python meant to be run on .NET Framework.
- PyPy: This is the implementation of python using the python language.
- RubyPython: This encloses python inside Ruby application
- StacklessPython
- Pythonxy
- AnacondaPython
Comments
Post a Comment