Extending Python with Fortran
暂无分享,去创建一个
Python is a great scripting language. It is portable, free, and has a powerful numerical facility, object oriented features, and a library of modules that enable a huge variety of applications: cryptography, image processing, special effects for movies, Web programming, Web site search engines, and so on. The authors have created a tool, Pyfort, for connecting Fortran routines to Python. To use Pyfort, you create an input file that describes the Fortran functions and subroutines you wish to access from Python. This file uses a syntax that is close to a subset of the Fortran 95 interface syntax. Once the input file is prepared, you execute the Pyfort tool. The tool produces one or more Python extension modules, which you then compile and load into Python, either statically or dynamically, as desired.
[1] Eric Foster-Johnson,et al. Graphical Applications With Tcl and Tk , 1997 .
[2] Fredrik Lundh,et al. An Introduction to Tkinter , 1999 .
[3] P F Dubois. A facility for creating Python extensions in C , 1998 .