Skip to content

pankti-m/EmbeddingPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

EmbeddingPython

A POC showing how Python can be embedded in C/C++.

An Internet-based article on using multiple programming languages to develop an application aroused my interest and motivated me to try doing so using C/C++ and Python.

C forms the backbone here and calls into Python to start a calculator program.

To compile on Ubuntu, pass the libpython library. gcc -lpython2.7 -o

References: https://docs.python.org/3/extending/embedding.html

About

A POC showing how Python can be embedded in C/C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages