/Google-IT-Automation

CourseWork from Google IT Automation Course from Coursera

Primary LanguageJupyter Notebook

Coursera: Crash Course on Python

A quick revision of Python during COVID-19 :(

This repository contains all the solution codes as notebook of the course assessments done by me.

N.B. All the codes were tested and passed on coursera. If you find any error or face any issue, let me know through issue section. There is a chance that they may change or add problems in future. If you don't find any problem solution of practice quiz or module assessment, open an issue including the problem description along week number.

Google IT Automation with Python Professional Certificate

  • Crash Course on Python

    • Week 1 : Hello Python
    • Week 2 : Basic Python Syntax
    • Week 3 : Loops
    • Week 4 : Strings, Lists and Dictionaries
    • Week 5 : Object Oriented Programming (Optional)
    • Week 6 : Final Project
  • Using Python to Interact with the Operating System

    • Week 1 : Getting Your Python On
    • Week 2 : Managing Files with Python
    • Week 3 : Regular Expressions
    • Week 4 : Managing Data and Processes
    • Week 5 : Testing in Python
    • Week 6 : Bash Scripting
    • Week 7 : Final Project
  • Introduction to Git and GitHub

    • Week 1 : Introduction to Version Control
    • Week 2 : Using Git Locally
    • Week 3 : Working with Remotes
    • Week 4 : Collaboration
  • Troubleshooting and Debugging Techniques

    • Week 1 : Troubleshooting Concepts
    • Week 2 : Slowness
    • Week 3 : Crashing Programs
    • Week 4 : Managing Resources
  • Configuration Management and the Cloud

    • Week 1 : Automating with Configuration Management
    • Week 2 : Deploying Puppet
    • Week 3 : Automation in the Cloud
    • Week 4 : Managing Cloud Instances at Scale
  • Automating Real-World Tasks with Python

    • Week 1 : Manipulating Images
    • Week 2 : Interacting with Web Services
    • Week 3 : Automatic Output Generation
    • Week 4 : Putting It All Together