Difference between revisions of "PythonOnSHIPs"

From CoolWiki
Jump to navigationJump to search
Line 2: Line 2:
 
==Tutorial 1: Overview of Programming==
 
==Tutorial 1: Overview of Programming==
 
:Presents the basic concepts of programming for newbies.
 
:Presents the basic concepts of programming for newbies.
:[[File:python1.pdf]]
+
:[[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.
 
:An introduction to the python interpreter, variables and types of data they store.  Using math functions and python as a calculator.
:[[File:python2.pdf]]
+
:[[python2.pdf]]

Revision as of 22:53, 29 May 2013

Tutorial 1: Overview of Programming

Presents the basic concepts of programming for newbies.
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.
python2.pdf