Tutorial Materials
Tuesday Tutorials
Tutorial |
Speaker |
Description |
Download |
Scientific Computing using IPython/!NumPy/!SciPy/matplotlib/etc. |
Fernando Perez & Brian Granger |
Introduction to extreme productivity with a powerful tool stack |
Coming Soon |
Idiomatic Python |
A more general exploration of advanced features of Python: building your own types, making use of advanced builtin features, etc. See http://ivory.idyll.org/articles/advanced-swc/ for an outline. |
Coming Soon |
Wednesday Tutorials
Tutorial |
Speaker |
Description |
Download |
Wrapping Code with Python |
Bill Spotz & Eric Jones |
Comparative study of extension module development and code wrapping using weave, f2py, pyrex, ctypes and SWIG. |
The notes/examples are available for download here. |
SciPy for Signal Processing and Image Processing |
Application of signal processing and image processing libraries to real-world problems. |
The notes/examples are available for download. |