Examples for the use of the package Scientific
==============================================

netcdf_demo.py
  shows how the netCDF interface is used from Python.

demomodule.c
  shows how the netCDF interface is used from C extension modules.
  Type "python compile.py" to compile it (up to Python 2.1, with
  Python 2.2, distutils must be used).

BSP/*
  the examples from the BSP tutorial
