Crash Course on Python Coursera Week 1- Full solved Google IT Automation with Python 2022
Module 1 Graded Assessment
Right on! Being able to write such programs is a super useful skill that you'll acquire through this course.
You got it! By replacing a manual step with an automatic one we create automation that helps us reduce unnecessary manual work.
You nailed it! Creating reports based on data are a great example of things that can be automated.
Spot on! The process of setting up the account for a new employee is usually repetitive and most of it can be automated.
Nice job! Automatically populating a website based on data is a great example of a task that can be automated.
Right on! Because the syntax used by Python is similar to the one used by the English language, Python programs are easy to write and understand.
You nailed it! We write our code using Python's syntax and semantics, and the interpreter transforms that into instructions that our computer executes.
Awesome! We can practice writing Python code with many different tools available to us, both online and offline.
Woohoo! Each language has its pros and cons. The best language to choose will depend on the problem you are trying to solve.
Great work! You're getting the hang of it!
Nice job! By using variables we're getting Python to do the work for us.
Well done! You've used Python to calculate the number of seconds in a week.
Awesome job! Notice how Python can make complicated calculations so that we don't have to.
You nailed it! Yet another calculation that we don't need to do ourselves!