Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 258 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 258 Bytes

sandbox

A sandbox for benchmarks, interfacing and general design considerations

Interfacing

To interface legacy code in Fortran into Python and back, the following options exist:

  • ctypes
  • cffi
  • pybind11
  • f2py

Paraview

A scripting playground