rajesh-ae / call_Python_from_C_Fortran

This repository contains tutorials for calling Python functions/modules from C and Fortran programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

call Python from C/Fortran programs

This repository contains tutorials for calling Python functions/modules from C and Fortran programs.

Information about the Python C API is not easy to follow and lacking in examples . I have tried to record here my working examples. Obviously, I have taken the help of various sources (StackOverflow, CodeProject, etc.) while creating these tutorials.

About

This repository contains tutorials for calling Python functions/modules from C and Fortran programs.


Languages

Language:C 91.3%Language:Python 8.7%