Joe VanAndel's Python Resource Page

Introduction to Python

Python is an interpreted object oriented programming language with a rich set of extensions.  I use it for developing and testing algorithms that process gigabytes of weather radar data.
 

Useful extensions

Interfacing C/C++ to Python

Python is most useful to me because I can write my own C/C++ extensions for specialized I/O or to perform an "expensive" operation.  Presently, I use SWIG to help me build my extensions, however there are other tools worth investigating:


Useful tools

Helpful Internet Resources

Worth investigating: