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,059 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:

1301 - 1325 of 1,431 Reviews for Using Python to Interact with the Operating System

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 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

By Jose C

Apr 29, 2023

The videos are ok. The explanations are good. No problem with that.

However, I find that The course relies excessively on videos, and has little material for those of us who prefer to read.

The cheat-pages give good links for researching, but if you want to see the examples used by the instructor or just grasp the idea, there is no place to do it. The previous course (Crash course in Python) was, in my opinion, better organized and you could rely on text as well as videos. The transcription may help, but they don't include what appears in the instructor's screen.

As for the content itself, it is ok. Perhaps I would be good to move the REGEX module so as not to get involved in all its complexities so quickly :)

Finally, the final quiklab had a flaw and I am waiting for it to be corrected so I can pass the course.

By Matthew G

Jul 4, 2020

This course is helpful with regards to regex and why you want them in your tool best. The bash scripting section seems unnecessary and is never visited again and I wish that part on testing was turned into its own certificate in the series of courses. The qwiklabs are kind of pointless as they pretty much hold your hand all the way through except for the final one which doesn't work unless everything is exactly how the qwiklabs server wants it to be. That being said, I do think the courses stick to the title of the course of Python Interacting with Operating System. Just would have liked the quizzes more to be interactive and less testing vocabulary.

By Oxana Y

Oct 12, 2020

I have a STEM MA degree, and used this course to refresh some common usage of python on linux. The course itself is nice, short and quick. Only Qwiklabs assignments has been very disappointing: Unclear instructions and broken assessment mechanism. Please formalize the task description and grading algorithm. It is truly embarrassing to receive such a poor quality content from Google course.

The assignments suppose to teach one how to solve the task, however the grading mechanism is utterly incompetent, unless you actually copy the default code(not to everyone's liking coding style and approach).

By Minh T C

Jan 27, 2023

This course provides good coverage of using Python to interact with the operating system. They also teach about Bash script, although this section is not discussed sufficiently and the learning speed is incredibly fast.

One big minus point about this course is that they do not provide enough problems for learners to practice. Instead, they just tell us to practice new concepts by ourselves. Therefore, just learning and learning through new concepts in each module could cause most of us to forget what we've learned easily if we haven't had experiences with Python before.

By CHENXI Z

May 5, 2020

I would like to say sorry to the tutor of this course. Although this course is very useful and have abundant of knowledge. I think he did not find the right way to teach. He should give more time to explain the scripts on his screen. And more important, he should spend more time on preparing those quizzes. You can quickly pass the quiz by copy and paste the provided code. I really do not think it is a good way. However, Qwiklabs has online agents all the time which is really useful.

By Asmaa A

Jun 27, 2021

A good introduction in using Python with OS, but I find for some points, it gives just half of the information which can be confusing. The labs doesn't explain what the issue is when there is an incorrect answer. Most of Qwiklabs come with the answer ready, not giving much other than copy-paste. The final project was an exception There is no documentations at all, just links to Python docs website. I liked the Unit Tests & testing types class. It was new and interesting to me.

By La'kaleigh H

Sep 28, 2020

This was an overall good course, however, I just didn't like in weeks 6 and 7 that the instructions starting getting very vague and ambiguous. Which in turn causes people to get stuck on the labs over minor details. Take this course but definitely make sure you do a little research and extra practice before diving in the labs. The material was very useful just the labs can be worded in a cleared manner to avoid confusion and common pitfalls. to avoid giving over lab quota

By Adriel N S C

Dec 4, 2022

The content throughout the course was really informative. Yet, there are formatting problems that make some cheat sheets hard to read. Also, though the instructor tries their best to communicate properly, it can be noticed that their English is not that good. I am totally fine with that, but the captions which are supposed to help me understand are not understandable. So yeah, but overall, I learned a lot of Python application on OS in this course.

By Mathias S

Sep 5, 2020

The python crash course was perfect, so my evaluation might not be as fair to this one after the bar was raised so much. The examples were very helpful, the first 5 lab sessions didn't contain any intellectual work apart from setting the directory. Only the last two lab sessions involved some work, which was challenging and rewarding. I suggest to improve the evaluation procedure for the actual scripts written by the users.

By abc a

Oct 25, 2020

It's an interesting course though, many uncomfortable practices can be a terrible obstacle for many people. Forum is often useless and I don't want to just get an answer, but to get more instructions,. Qwikilabs can be the most terrible part when any tiny mistake you've made. After this course, actually, I won't want to do any jobs with interacting with the OS. Python is enough, and Bash is useless for me.

By Agung S N

Feb 23, 2022

I think the Qwilab last asessment is truly hard for me. When I found that the ticky_check.py is a blank page. What I thought before, the ticky_check py is some code with the blank gap in there. But what suprise me is that is blank code so I have to write the code from the beginning. But thank to God, I can through this. Thank you.

By Partha M

Oct 17, 2020

the bash and regex material was pretty good - the others not so much. I found the intro video playing every time pretty much waste of time. Also, taking 30 secs tp talk about what we just learnt in the last video 5 mins back is also a waste of time. But, still worth it due to the bash material (don't skip the reading list though)

By nithin k m

Mar 27, 2020

The Course was well Taught, But the End assignments were tricky to some extent. Enjoyed the teaching way of Instructor.Although the course doesn't give in-depth and crystal clear understanding,If you are ready for some basic knowledge on them -this would be a perfect one. Make Sure do not forget to make some Notes about topics.

By Chris B

May 3, 2020

I felt like the teacher was talking to fast for a lot of the course. I also missed having the readings after videos from the first course so that I could focus on learning rather than trying to jot down notes. During this course, I was constantly stopping the video so I could type my notes.

By Adam d R

May 28, 2020

Information isn't presented efficiently and it relies heavily on you doing your own research. For example they don't teach you regex but provide outside resources for you to learn it yourself. The videos only cover the basics. Some of the quizzes are bugged and/or obtuse.