How to get started with Python
Python is a powerful object-oriented, interpreted, and interactive programming language. It is a free software and open source. That means we can free use and redistribute it. Python is also widely used in scientific computations. Here is starting point on learning Python language.
- Download the latest version of Python from http://www.python.org/download/
- Select your distributions i.e., Windows, Linux or Mac
- If it’s Windows, just double click on installation binary file and then follow setup wizard.
- Now we have Python in our machine
Next step, study the Python language from its documentations http://www.python.org/doc/, especially Python Tutorial. There also have nice free Python text book How to Think Like a Computer Scientist: Learning with Python and Dive Into Python.








