How to Make Groovy Python 2 Programs

Grooviness Provided By Henry Van Iersel

Hello my web surfers, web surffettes, web surffenbies, and all inbetween!
Today, we're going to learn how to make programs using Python 2. We're going to just jump right into to making our first BANGING application. (This assumes you've already installed Python's interpreter.)

1. Hello, World!

1 print 'Hello, World!'
This radical code up here is the most basic program you can find in Python 2. Type it out, plop it into a file called helloworld.py, and run that bad boy with your Python interpreter. No points for guessing what it does.
There are two important bits here: the word print, and the words 'Hello, World'.

2. Thanks for reading


I hope you learned a lot from this, heh. Part 2 at 100 likes.

click here to go back.