Fortran to Python

Jeroen Ruigrok van der Werven asmodai at in-nomine.org
Fri Jan 4 09:47:12 EST 2008


-On [20080104 14:22], Jeroen Ruigrok van der Werven (asmodai at in-nomine.org) wrote:
>What I wonder about, does anybody have a Fortran to Python conversion page
>somewhere to map some of the basic types to Python equivalents?

Just to share my own ideas:

Seems

COMPLEX*16/complex*16	~= complex
REAL*8/real*8		~= float
INTEGER/integer		~= int/long

-- 
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Necessity is the mother of invention...



More information about the Python-list mailing list