Skip to main content

Home/ Groups/ Learning Python
Brad Johnston

Activity Three: Our Second Program--Adding Variables - 2 views

1) Open IDLE 2) Enter the following: x = 2 y = 5 print x + y 3) Share the output in comments

python installation tutorials instructions programming

started by Brad Johnston on 23 Nov 10 no follow-up yet
Brad Johnston

Activity Two: Our First Program "Hello World!" - 0 views

1) For many programmers, their first program is the one that follows. In this program, we tell the computer to display the words "Hello World!" on the screen. 2) Enter IDLE 3) Type the following (d...

python tutorials programming instructions Hello World!

started by Brad Johnston on 22 Nov 10 no follow-up yet
Brad Johnston

Activity One: Installing and Testing Python - 4 views

1) Download and install this if you have windows: http://www.python.org/ftp/python/3.1.2/python-3.1.2.msi. If you have a Mac, download, mount, and install this: http://www.python.org/ftp/python/3.1...

installation python instructions

started by Brad Johnston on 22 Nov 10 no follow-up yet
Brad Johnston

Helpful Resources - 1 views

There are a wealth of helpful resources available online on python. Examples include the following: python.org, diveintopython.org, and http://heather.cs.ucdavis.edu/~matloff/Python/PythonIntro.pdf.

resources links python programming

started by Brad Johnston on 22 Nov 10 no follow-up yet
1 - 4 of 4
Showing 20 items per page