Python++36  0.1.0
pypp36

Python++ is a minimalist C++ 2017 compatible static link library providing a modern, lightweight wrapper for embedding the Python Interpreter C API within a compiled windows console application.


Developed by Tyler R. Drury


Dependencies

Use

Along with a copy of python36.dll, the file pypp36.lib should be included with the project.

Then, from the top of your project's main file, include the line

#include "pypp36.h";

Finally clean, re-build and run.

See pypp-cli for more in-depth walk-through of starting a Python embedded C++ application.


Download

Latest Binaries, Static Libraries and Source Code can be found at here or from the GitHub Repo here, if you wish to contribute.


Contributors

Tyler R. Drury


References and Resources