How to start your first Python Program

http://i.imgur.com/vFzlsp5.png
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!

SEE ALSO: Why Everyone should learn to Code

Download Python here.

First Program:

Follow these steps to start your first Python Code:
  1. Open Python,
  2. Go to the File Menu,
  3. Click on the New File Option,
  4. This will open a dialog where you can start writing your first python document,
  5. Write your code in the work-space,
  6. Type the file name with .py extension and then Save it.
  7. To test the output, go to Run, then click Run Module.
  8. You can now see and test the output.
Did we miss something? or Want to add something to the story? Share it in the comments section below.. And don't forget to check out other posts like this in the #YouMashBlog..

No comments:

You are welcome to share your ideas with us in comments!