From 3d54f332e311cae596f39a14d2e756ca7ca0ac44 Mon Sep 17 00:00:00 2001 From: woose Date: Tue, 8 Oct 2024 21:43:16 +0000 Subject: [PATCH] =?UTF-8?q?README.md=20G=C3=BCncelle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2e48ac4..ad39818 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Digital notes about 2nd course of IT Automation with Python on _Coursera_ created by _Google_ ## Course prerequisites + This course builds upon the contents taught in the introduction to Python course: - The basic Python syntax (if, for, while, defining functions, classes, and methods) - How to use the most common data structures (strings, lists, tuples, and dictionaries) @@ -14,6 +15,7 @@ This course also requires some familiarity with some basic operating system conc - Log files ## Useful Sources + https://automatetheboringstuff.com https://docs.python-guide.org