So, you've never programmed before. As we go through this tutorial I will attempt to teach you how to program. There really is only one way to learn to program. You must read code and write code. I'm going to show you lots of code. You should type in code that I show you to see what happens. Play around with it and make changes. The worst that can happen is that it won't work. When I type in code it will be format like this:
##Python is easy to learn print "Hello, World!"
That's so it is easy to distinguish from the other text. To make it confusing I will also print what the computer outputs in that same font.