From c719e665c47006104d9e1c5d8555ea6f9cc59e2b Mon Sep 17 00:00:00 2001 From: Woose Date: Sun, 29 Sep 2024 13:50:56 +0300 Subject: [PATCH] update --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eecb4c7..872e362 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,11 @@ This course builds upon the contents taught in the introduction to Python course This course also requires some familiarity with some basic operating system concepts: - Files, directories, and file systems - Processes -- Log files \ No newline at end of file +- Log files + +## Useful Sources +https://automatetheboringstuff.com + +https://docs.python-guide.org + +https://docs.python.org/3/reference/index.html