└── src/
├── main.py
├── PackageA/
│ ├── __init__.py
│ ├── logic.py
│ ├── SubPackageA1/
│ │ ├── __init__.py
│ │ └── util.py
│ └── SubPackageA2/
│ ├── __init__.py
│ └── otherUtil.py
└── PackageB/
├── __init__.py
└── helpers.py
Definition and example
**********
packages: way of organizing Python modules into a hierarchical directory structure. modules: defined functions, classes, and variables that can be reused in other Python scripts
**********
Definition and example
**********
python3 -m venv <virtual_environment_name>
-m
module name
**********
python3 <fil_name>.py
**********
``
-
**********
``
-
**********
``
-
**********
What does the config do
Config example and definition of each term
**********
- steps
- step
- step
**********