PythonCourse     

IFC-CNR    6-27 June 2008

(Under construction)

Hereafter some references are reported about topics related to basic Python programming, and Python usage in bioinformatics/computational biology.
The following material has been collected as an auxiliary tool to undestand concepts illustrated in the course.

 Tutorials
 DocumentLink Notes
 A Byte of PythonCLICK! A booklet to help you learn basic Python programming
 Python TutorialCLICK! The official tutorial by Guido van Rossum (in the Python documentation)
 Dive into PythonCLICK! A Python book for experienced programmers

 On-line course pages
 DocumentLink Notes
 Python as a calculatorCLICK! From Python programming lectures within a Physics course at UC @ Davis
 Strings, Lists, etc.CLICK! ditto
 Dictionaries, Arrays, Functions, ModulesCLICK! ditto
 Statistics, Linear Algebra, and PlottingCLICK! ditto
 Objects, Classes, and Error HandlingCLICK! ditto
 Tentative NumPy TutorialCLICK! NumPy tutorial (under continous development) @ SciPy.org

 Other resources
 DocumentLink Notes
 Basic ExercisesCLICK! Exercises proposed on June 20th, 2008
 CLICK!