Wednesday, February 17, 2016

Installing & First program - Python

Reference Youtube Links :
https://www.youtube.com/watch?v=4Mf0h3HphEA&list=PLEA1FEF17E1E5C0DA

1) browse www.python.org >> download
  >>Download Windows x86-64 MSI installer
2) Download and install this file
3) test the correct installation by looking for python on "Start Up >> Programs>>Python" from you system
4) Now, from teh list of options in the "Python" menu.. oPEN on Python interface, IDLE.This will open the Python console.
You will see,

IDLE
>>>>

Now, you first set of code lines to print " Hello World!" needs to be typed as below. and Enter to see the message :)

IDLE
>>>>print ("Hello , World!")


Examples with numbers 


No comments:

Post a Comment