Differences between revisions 3 and 4
Revision 3 as of 2012-12-05 18:30:55
Size: 366
Editor: MikhailItkin
Comment:
Revision 4 as of 2012-12-05 18:37:11
Size: 357
Editor: MikhailItkin
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= F2PY = F2PY
Line 3: Line 3:
A tool that provides connection between Python and Fortran languages
[[http://www.scipy.org/F2py |Official website]]
A tool that provides connection between Python and Fortran languages [[http://www.scipy.org/F2py|Official website]]
Line 8: Line 7:
{{{  {{{
Line 13: Line 12:

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)