Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Demonstrate the C API for Python 3, comunicating Python, C++ and Fortran 90 in the simplest way

License

NotificationsYou must be signed in to change notification settings

danielrioslinares/C-Python-Fortran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demonstrate the C API for Python 3, comunicating Python, C++ and Fortran 90 simplest as possible. The current examples are:

  • example_001 : Calls Python function f(x) inside p.py from C++ printing out the result.
  • example_002 : Python calls a method inside C++ named callCppFromPython(x), duplicates x and applies the function f(x) stored in pyfunc.py.
  • example_003 : From Python calls a Fortran 90 subroutine as a function extended with C++.
  • example_004 : From Python plot a figure and then the RGB values are sent to C++ where with Qt5 render the image in a label widget using Qpixmap object.

About

Demonstrate the C API for Python 3, comunicating Python, C++ and Fortran 90 in the simplest way

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp