A Quick Tutorial on the Programming Language Python
October 10, 2008
This is written for the Bio 133 students at the Claremont Colleges in
the Fall of 2008. Start with Notes_1.txt and follow the
instructions in the given order.
Start with this link: Notes_1.txt
- shellmode.txt
- scriptmode.txt
- hello.py
- types.py
- variables.py
- operators.py
- input.py
- functions.py ('import' is used here)
- conditionals.py
- loops.py
Notes_2.txt
- strings.py
- lists.py
- modules.py (More on 'import' here)
- seqtools.py
- init.py
- tuples.py
- dictionaries.py
- files.py
- exceptions.py
- objects.txt
- points.py
- arrays.txt
Appendix