Differences between revisions 1 and 2
Revision 1 as of 2009-11-02 12:41:16
Size: 1027
Editor: anonymous
Comment:
Revision 2 as of 2009-11-02 12:47:40
Size: 1027
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
=  Numpy, Scipy and Pylab =  = Numpy, Scipy and Pylab =
Line 30: Line 30:
= Slides for teaching = == Slides for teaching ==

Python modules

There a several modules which are already included in the standard Python distribution:

Other modules have to be installed seperately, e.g. Numpy, Scipy, Pylab, etc.

Over 8000 special purpose modules and scripts can be found in the Python Package Index:

It is important to know where to find the functions that you need. We will go through some useful examples.

Numpy, Scipy and Pylab

Recommended book

Slides for teaching

LehreWiki: OpenSource2010/Lesson3 (last edited 2010-11-01 14:03:52 by anonymous)