- 积分
- 20677
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-7-16
- 最后登录
- 1970-1-1
|
发表于 2012-6-25 07:40:04
|
显示全部楼层
本帖最后由 fatcat916 于 2012-6-25 07:43 编辑
介绍一下。
Introduction
The purpose of the F2PY –Fortran to Python interface generator– project is to provide a connection between Python and Fortran languages. F2PY is a Python package (with a command line tool f2py and a module f2py2e) that facilitates creating/building Python C/API extension modules that make it possible.
* to call Fortran 77/90/95 external subroutines and Fortran 90/95 module subroutines as well as C functions;
* to access Fortran 77 COMMON blocks and Fortran 90/95 module data, including allocatable arrays from Python. See F2PY web site for more information and installation instructions.
|
|