tree -I '*.pyc|*.*#|*.py~|*.org~|__pycache__' 2>&1.
├── apex
│ ├── assignment.py
│ ├── data_types.py
│ └── __init__.py
├── bunch
│ ├── a_sample_variable.py
│ └── __init__.py
├── LICENSE
├── README.org
└── tests
├── __init__.py
├── test_arbitrary_variable.py
└── test_assignment.py
3 directories, 10 files
for all following further Python projects
and all projects will derive out from there
(princ (concat
(format "Emacs version: %s\n"
(emacs-version))
(format "org version: %s\n"
(org-version))))Emacs version: GNU Emacs 27.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0) of 2023-02-23, modified by Debian org version: 9.6.11
python --version 2>&1Python 3.9.2