Skip to content
Snippets Groups Projects

Data Measures > Documents > References.md

Description

All references to external logic. Includes anything from stack overflow links to notes about logic from previous works.

Python

Logging Logic

The contents of resources/logging.py (and all associated logic) originally started from me trying to learn how to log information through Django (the Python Web Framework) using a Dictionary type format. (See https://docs.djangoproject.com/en/dev/topics/logging/ for reference).

In 2017, I started expanding and changing this logic to be usable in Non-Django applications, such as personal projects and school assignments. After repeatedly importing and updating as needed, the logging.py file has slowly changed into what it is today.

Logging files can be found in resources/logs/.

Reading Files

https://www.pythonforbeginners.com/files/reading-and-writing-files-in-python