PyCon:
Introduction to Python
What are we doing?
- We are going to introduce PYTHON,
and how to install it, and run it.
- We will look
at how to print out messages to the screen, we'll look at basic MATHS
functions, and how to implement VARIABLES
in Python.
- We will look
at how to implement SELECTION in Python.
- We will look
at how to implement ITERATION in Python.
- We will look
at implementations of PRIME NUMBERS
and FIBONACCI NUMBERS in
Python.
Full Set of Notes
Downloading and Installing Python
|
Powerpoint: Selection
Selection - The IF Statement
Selection - The CASE Statement
|
Powerpoint: Iteration
Iteration - WHILE and FOR Loops
|
Powerpoint: Primes and
Fibonacci
Algorithm - Prime Number Checker
Algorithm - Fibonacci Numbers
|
If you have any suggestions, corrections, or
comments, please feel free to e-mail me at:
Damian.Gordon(a)dit.ie
|
|