Skip to main content

Home/ Learning Python/ Contents contributed and discussions participated by Brad Johnston

Contents contributed and discussions participated by Brad Johnston

1More

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

started by Brad Johnston on 23 Nov 10 no follow-up yet
  • Brad Johnston
     
    1) Open IDLE
    2) Enter the following:

    x = 2
    y = 5

    print x + y

    3) Share the output in comments
1More

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

started by Brad Johnston on 22 Nov 10 no follow-up yet
  • Brad Johnston
     
    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 (don't copy and paste): print 'Hello World!'
    4) Read the output
    5) Come up with your own saying for the computer to display
    6) Reply to the post with the code used to display your own saying
1More

Activity One: Installing and Testing Python - 4 views

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

Overview of Python --Wikipedia - 1 views

  •  
    A helpful overview of Python from Wikipedia. Explains what Python is, its history, its usage, and an explanation of its commands.
1More

Download Python Here - 1 views

  •  
    Direct link to download Python for a variety of operating systems, including Windows, OS X, and Linux.
1More

Python.org - 1 views

  •  
    The official website of Python. It contains information on the language, installation instructions and files, and tutorials.
1More

Helpful Python Tutorial - 0 views

  •  
    PDF containing a high-quality Python tutorial
1More

Helpful Resources - 1 views

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