Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-14 01:01:02 +01:00 committed by GitHub
parent d2ec3ec7c5
commit 2d58309b75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,7 @@ Important VS Code notes:
* [Finding files in a directory: glob](python_basics/glob/README.md) * [Finding files in a directory: glob](python_basics/glob/README.md)
* [Class](python_basics/class/README.md) * [Class](python_basics/class/README.md)
* [Exceptions (try / except)](python_basics/exceptions/README.md) * [Exceptions (try / except)](python_basics/exceptions/README.md)
* [Importing Modules](python_basics/modules/README.md)
* [Built-in Functions](python_basics/built_in/README.md) * [Built-in Functions](python_basics/built_in/README.md)
* [The Python Standard Library](python_basics/standard_libraries/README.md) * [The Python Standard Library](python_basics/standard_libraries/README.md)