Programming in python

Python is one of the most powerful high level language that use interpreter to execute codes. It is one of the easiest language if  fundamentals concepts are clear .Before you start programming you need python install on your system. To install python fallow the steps:

  • Go to http://phyton.org.  and click on download link
  • You should see several links here, with names such as “Python 3.1” and “Python 3.4Windows installer”. Click the “Windows installer” link—it should give you the installer file directly
  • Fallow the instruction of window installer

                          Starting with python

Once you have installed python an IDLE(Python GUI) shortcut appear on desktop screen if not then go to start menu and search it then make its shortcut. Click on IDLE and start your coding with python:

E1

Leave a comment