This is the Linux app named ECS:Python whose latest release can be downloaded as EcsPython-3.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named ECS:Python with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
ECS:Python
DESCRIPTION:
ECS:Python (Embedded C++ Scripting with Python) is a simple Python wrapper library designed specifically for C++ developers who wish to add Python scripting to their new / existing C++ projects. ECS:Python allows you to expose objects from a C++ application to an embedded Python interpreter for interactive scripting. ECS:Python is light-weight and easy to use.To get started all you need to do from your project is #include "EcsPython.h", and link to the EcsPython library. Included with ECS:Python is a demo project (/example) written to assist developers in understanding how to use the API.
ECS:Python requires a Python distribution to be installed on your system. Python can be downloaded from: www.python.org/download
What's new in v3.0:
* Fixed x64 pointer types.
* Added CI and unit tests.
* Cleaned up project structure and code formatting.
* Switch to C++11 std::mutex.
Features
- Instantiate C++ classes in Python
- Expose C++ objects to Python
- Supports Python 2.x.x and 3.x.x
- Supports 32-bit and 64-bit builds
Audience
Developers
Programming Language
Python, C++
This is an application that can also be fetched from https://sourceforge.net/projects/ecspython/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.