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.

  1. Download the latest version of Python from http://www.python.org/download/
  2. Select your distributions i.e., Windows, Linux or Mac
  3. If it’s Windows, just double click on installation binary file and then follow setup wizard.
  4. 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.

Share this:
  • Digg
  • del.icio.us
  • Facebook
  • StumbleUpon
  • Google
  • Live
  • YahooMyWeb
  • Reddit
  • Technorati

Related Posts

Leave a Reply