Digital notes about 3rd course of IT Automation with Python on Coursera created by Google
Go to file
2025-03-07 23:12:10 +03:00
.gitignore Initial commit 2025-02-17 19:07:18 +00:00
LICENSE Initial commit 2025-02-17 19:07:18 +00:00
module1.ipynb update module1.ipynb 2025-03-04 18:25:40 +03:00
module2.ipynb update module2.ipynb 2025-03-07 14:21:00 +03:00
module3.ipynb update module3.ipynb 2025-03-07 23:12:10 +03:00
module4.ipynb feat: create module1.ipynb, module2.ipynb, module3.ipynb and module4.ipynb 2025-02-17 23:29:28 +03:00
README.md Updated M README.md 2025-02-17 23:11:46 +03:00

Introduction_to_Git_and_GitHub

Digital notes about 3rd course of IT Automation with Python on Coursera created by Google

Course prerequisites

This course requires some familiarity with a few basic operating system concepts like files, directories, and file systems. You'll be using the command line for interacting with Git, so you'll need some familiarity with that as well.

All the examples in this course use Python 3. You'll need a basic grasp of the Python syntax, and the most common data structures and objects. To get the most out of this course, we also strongly recommend that you install software in your machine, or have your system administrator install it. You'll need to install Git to follow our examples, and Python 3 to test out the examples.

We'll use Linux for our examples, but you can follow along with Windows or MacOS computers.