Skip to content
Ramesh A edited this page Apr 30, 2015 · 4 revisions

My Python Collections Wiki

# Python

Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. It was created by Guido van Rossum during 1985- 1990. Like Perl, Python source code is also available under the GNU General Public License (GPL).

# Version

Execute the following command to check the version

$ python -V
Python 2.7.5

Clone this wiki locally