Python project with Visual Studio Code example
project
: Main packagecore
: Contains core modulestest/core
: Contains tests for core modules
client
: Python example using main packagenotebook
: IPython notebook example using main package
This is compatible with the Testing feature of the VSCode Python extension.
You can do absolute import the project
package into other Python client code or notebooks.
(e.g. import project
)