Python is a high level, object oriented programming language. This course uses versions of Python 3.3. The learning curve for python is not steep, its pretty simple but at the same time, very powerful. Its heavily used in Scientific research. This course is for amateurs who are taking their first shot at programming, and also for someone who already has some programming experience in some other languages and wants to learn something new!
Installation:
Download python version we are using from following link Download Python.
And install it on your system.
First Program:
Follow following steps to write first Python Program.
1]This will open Pyton 3.3 shell as shown below.
2]Go to file-->then click new file.
3]This will new python document where you can write python program.
4]Write first Hello world program as follows.
5]To save your program Go to file-->click save.
6]Type the File name as first.py and click save.Here py is extension for python program.
7]To Run Go to Run-->Click Run Module.
8]Output is displayed as shown below.
..........................................................................................
Post a Comment