Differences between revisions 1 and 2
Revision 1 as of 2012-12-05 18:28:46
Size: 359
Editor: MikhailItkin
Comment:
Revision 2 as of 2012-12-05 18:30:41
Size: 367
Editor: MikhailItkin
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Enter {{{f2py}}} to see the usage options
Enter {{{f2py -c --help-fcompiler}}} to see what fortran compilers does f2py recognize
{{{  Type:

f2py # to see the usage options
f2py -c --help-fcompiler # to see what local fortran compilers does f2py recognize

}}}

= F2PY ==

A tool that provides connection between Python and Fortran languages Official website

Advanced examples how to use f2py

Type:

f2py # to see the usage options
f2py -c --help-fcompiler # to see what local fortran compilers does f2py recognize

LehreWiki: PythonCourse/PythonLES/F2Py (last edited 2012-12-06 09:23:18 by MikhailItkin)