Use Jython to call python modules and functions, use runtime to call python scripts, and package them.
The workspace contains two folders by default, where:
- src: the folder to maintain sources
- lib: the folder to maintain dependencies, and- jython-standalone-2.7.2.jaris main dependency
- python_scripts: the folder to maintain python scripts
Meanwhile, the compiled output files will be generated in the bin folder by default.
If you want to customize the folder structure, open
.vscode/settings.jsonand update the related settings there.
