Difference between revisions of "PythonOnSHIPs"

From CoolWiki
Jump to navigationJump to search
Line 1: Line 1:
  
 
==Tutorial 1: Overview of Programming==
 
==Tutorial 1: Overview of Programming==
 +
:Presents the basic concepts of programming for newbies.
 
:[[File:python1.pdf]]
 
:[[File:python1.pdf]]
 +
  
 
==Tutorial 2: Data, Variables and Math operators==
 
==Tutorial 2: Data, Variables and Math operators==
 +
:An introduction to the python interpreter, variables and types of data they store.  Using math functions and python as a calculator.
 
:[[File:python2.pdf]]
 
:[[File:python2.pdf]]

Revision as of 22:52, 29 May 2013

Tutorial 1: Overview of Programming

Presents the basic concepts of programming for newbies.
File:Python1.pdf


Tutorial 2: Data, Variables and Math operators

An introduction to the python interpreter, variables and types of data they store. Using math functions and python as a calculator.
File:Python2.pdf