Skip to content

HallEffect/python_ctypes_experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python and ctypes experiments

Some examples how to embed python in c++ and how to extend python using c++ by ctypes

pyinterp.cpp - Using Python/C API do Very High Level Embedding

clib.cpp - C++ functions and classes which are used to extend python (Export to example_1.py)

example_1.py, example_2_power.py - scripts which use C++ functions and classes from clib.cpp

About

Python and ctypes experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published