This repository contains solutions to coding exercises as notebooks prepared by me.
📬
- All the codes were tested and passed on coursera.
- If you find any error or face any issue, let me know through issue section.
- The questions are as presented exactly in the course without any modification.
- If you don't find any problem solution of practice quiz or module assessment, open an issue including the problem description along week number. 🔥
Crash Course on Python part of the Google IT Automation with Python Professional Certificate
-
Week 1: Introduction to Python
- Practice Quiz: Introduction to python
- Practice Quiz: Hello World
- Module 2 Graded Assessment
-
Week 2: Basic Python Syntax
- Practice Quiz: Expressions and Variables
- Practice Quiz: Functions
- Practice Quiz: Conditionals
- Module 2 Graded Assessment
-
Week 3: Loops
- Practice Quiz: While Loops
- Practice Quiz: For Loops
- Practice Quiz: Recursion(Optional)
- Module 3 Graded Assessment
-
Week 4: Strings, Lists and Dictionaries
- Practice Quiz: Strings
- Practice Quiz: Lists
- Practice Quiz: Dictionaries
- Module 4 Graded Assessment
-
Week 5: Object Oriented Programming (Optional)
- Basics of Object Oriented Programming
- Methods and Classes (Optional)
- Code Reuse (Optional)
- Practice Notebook: Object Oriented Programming (Optional)
-
Week 6: Final Project
- Practice Notebook - Putting It All Together
- Final Project: WordCloud