Setting up multi-module Python environment with X-Modules and Develop Mode
Quite often a Python project consists not only of an app but also of some libraries that could also be used by other projects. On one hand, it's very convenient to work with the app repository independently of libraries assuming the libraries are in...
Nov 19, 202011 min read99

