Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 661 Bytes

File metadata and controls

21 lines (15 loc) · 661 Bytes

Python-Embedded-Cpp-Template

This is a template project for Python embedded in C++ development.
This template is developed with Visual Studio 2017 and Python 3.7.

Important Features

Passing parameters to Python script
Getting return values from Python script
Initialize and finalize Python
Call third party Python libraries

Usage

Download directly and open with Visual Studio
Change the C++ include, linker additional dependency, linker input accordingly
Run the template to test

Reference Links

https://blog.csdn.net/tobacco5648/article/details/50890106
https://docs.python.org/release/1.5.2p2/ext/buildValue.html