Chevron Left
Back to Using Python to Interact with the Operating System

Learner Reviews & Feedback for Using Python to Interact with the Operating System by Google

4.7
stars
6,188 ratings

About the Course

By the end of this course, you’ll be able to manipulate files and processes on your computer’s operating system. You’ll also have learned about regular expressions -- a very powerful tool for processing text files -- and you’ll get practice using the Linux command line on a virtual machine. And, this might feel like a stretch right now, but you’ll also write a program that processes a bunch of errors in an actual log file and then generates a summary file. That’s a super useful skill for IT Specialists to know. We’ll kick off by exploring how to execute Python locally, and organize and use code across different Python files. We'll then learn how to read and write different types of files, and use subprocesses and input streams. We'll also dive into Bash scripting and regular expressions -- both very powerful tools for anyone working with systems. We'll even touch on automatic testing, which allows us to automate how we check if our code is correct. To finish, we’ll put all this together by using the tools that we’ve acquired to process data and generate automatic reports. We’ll also explain how to set up your own developer environment in your machine. This is a key step in being able to write and deploy powerful automation tools....

Top reviews

GK

Oct 6, 2022

Expalined the concepts missed from the previous course a lot well. Only thing I would change is to add more about using commands in windows and other platforms as well. Overall it was a great course!

AD

Jun 15, 2020

In starting five weeks , all answers were directly provided and week 6 and 7 were very tough. So i suggest to equalize the toughness level in all weeks ,ie, no direct spoon feed nor abrupt toughness

Filter by:

1326 - 1350 of 1,474 Reviews for Using Python to Interact with the Operating System

By Muhammad A I

Aug 26, 2023

awesome course

By Syeh A K

Feb 26, 2021

Great Course!

By Esteban C

Oct 13, 2022

Interesting

By Viraj M

Jul 2, 2020

Great Course

By Robert T

Oct 31, 2020

Very Good -

By Avijit D

Nov 27, 2021

very hard

By Joseph A

Oct 12, 2020

reviewed!

By Saransh D

Jul 29, 2021

its nice

By K L

Sep 17, 2023

Too gud

By PAVULURI M K 1

Sep 7, 2020

Great!

By Syifa S N Y M

Feb 28, 2024

goood

By Aulia A F

Mar 18, 2021

great

By Sang M S Y C

Mar 9, 2021

Great

By Alan V

Jul 27, 2020

good!

By Kajal P

May 30, 2023

good

By Varun s

Mar 30, 2023

😊✌️

By Affan D N

Mar 5, 2023

good

By Via A

Mar 11, 2021

Good

By Arun S

Oct 14, 2020

Good

By Aswin V S

Sep 27, 2020

Good

By Anandhan A

Aug 11, 2020

nice

By Mario A P H

May 3, 2020

good

By Uttapol K

Jul 29, 2024

😎

By Jared F

May 24, 2021

Google treats this course as a training module instead of an education module. In my opinion, they are presenting shortcuts before you learn the long way to do things, which I feel undermines the learning process. Also, they don't provide adequate examples; they manipulate files the learner doesn't have prior access to. This makes following along difficult. A lot of the course is spent in the interpreter window instead of a text editor, making it frustrating when you make a typo while following along. I feel that sometimes they are presenting information backwards. For example, if they showed you how to create a file before how to read the file, they might mitigate some of the issues.

This course is best for someone who already has a working knowledge of python, or as a supplement to other python courses. It's meant to be a 'fast track' to employment.

I recommend reading Automate the Boring Stuff before taking this course as it will provide all the info you need to complete the included projects, and it will fill the holes Google left in their curriculum. The book is available free on its website, or you can get a print copy for pretty cheap.

By Aaron C

Jul 16, 2021

I really felt like the final project was over the top with how the rest of the course went. What I mean by that is the final project required dozens of lines to write but there really weren't many exercises to practice that through the course. Whenever there were any quizzes, they all were just multiple choice. While that does make it easier, it doesn't teach the material as well as actually writing the scripts to understand the meaning behind every line does. Because of this, there was not much to refer back to when I needed to find the right script for a certain task. If that could be worked on in the future I feel like this would be a great course. Overall, I feel like this course was a great first step in learning how to interact with the OS but could be improved upon. For now though, thank you for creating this class and this program to help up and coming coders get the necessary training for IT roles in the future. Sincerely,

Aaron Connelly