/archpy

A brief and self-explanatory code base for young Pythonistas

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Mental Athlete’s Py-roject

Sample Pythonic Module as a Project

Hosted at GitHub as a detached Repository
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

This simple project is an template

for all following further Python projects

E.g. it is a mould

and all projects will derive out from there

Prerequisites

Emacs

(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

python --version 2>&1
Python 3.9.2