From fd2a4117b3ad15b66b85fb5e3f8db6c1d61d740a Mon Sep 17 00:00:00 2001 From: BlueFox Date: Fri, 15 Nov 2024 19:52:37 +0100 Subject: [PATCH] Added useful links section to README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bb8d47a..55959bc 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,17 @@ So, as the `Config` class uses python's magic function for getting and setting a - [lcdMenu](https://git.privacynerd.de/BlueFox/lcdMenu) - used for the menus +## Learning curve + +Here are some of the websites I learnt a lot from while programming this project - mainly here for documentation reasons. + +- [https://bhave.sh/micropython-json-config/ - A small guide into configuration files in json](https://bhave.sh/micropython-json-config/) +- [https://docs.micropython.org/en/latest/library/json.html - the official micropython wiki page about the same topic](https://docs.micropython.org/en/latest/library/json.html) +- [https://stackoverflow.com/questions/16311562/python-json-without-whitespaces - Thread how to format a json file bit more beautiful](https://stackoverflow.com/questions/16311562/python-json-without-whitespaces) +- [https://staskoltsov.medium.com/python-magic-methods-to-get-set-attributes-716a12d0b106 - a guide about magic functions for settings and getting attributes](https://staskoltsov.medium.com/python-magic-methods-to-get-set-attributes-716a12d0b106) +- [https://git-scm.com/book/en/v2/Git-Tools-Submodules - the official guide into git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) + + ## License This project is licensed under GPL-3.0-or-later. See [LICENSE](LICENSE).