legokor / mi-tutorial

0 stars 1 forks source link

Project structure #29

Open bana513 opened 1 year ago

bana513 commented 1 year ago

Write a guide on best practices for managing Python projects.

E.g.

notebooks
config
docs
src
    some_features
        __init__.py
        feature.py
    utils
        __init__.py
        utils.py
tests
    some_features
        __init__.py
        test_feature.py
bana513 commented 1 year ago

Purpose of __init__.py files.