Nat et al: 1. For fortran, there is also an f2py interface:
http://cens.ioc.ee/projects/f2py2e/2. Some things just seem far easier in perl, like is there a one line python-equivalent for this:
perl -pi -e 's/old/new/g' myfile.txt ?3. There is now a python-objective C bridge if you want to use python to program OS X aqua interfaces:
http://pyobjc.sourceforge.net/ Bill