Skip to main content

Python - Introduction

Python is an objected oriented programming language.

Flavors of python are,

  1. CPython: This is the standard python language written in C programming language. This can be downloaded from https://www.python.org/downloads/
  2. Jython: Earlier known as JPython. It implementation of python meant to be run on Java Programming platform.
  3. IronPython: Just like Jython this is another implementation of python meant to be run on .NET Framework.
  4. PyPy: This is the implementation of python using the python language.
  5. RubyPython: This encloses python inside Ruby application
  6. StacklessPython
  7. Pythonxy
  8. AnacondaPython  

Comments

Popular posts from this blog

Pillow - Python Imaging Library

Python Imaging Library (abbreviated as PIL) (in newer versions known as Pillow) is a free library for the Python programming language that adds support for opening, manipulating, and saving many different image file formats. It is available for Windows, Mac OS X and Linux. The latest version of PIL is 1.1.7, was released in September 2009 and supports Python 1.5.2–2.7, with Python 3 support to be released "later" $pip install pillow