Skip to content
/ archpy Public

A brief and self-explanatory code base for young Pythonistas

License

Notifications You must be signed in to change notification settings

0--key/archpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A brief and self-explanatory code base for young Pythonistas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages