Using Python to Interact with the Operating System WEEK 6 Qwiklabs Assessment Coursera | by Google

preview_player
Показать описание
Using Python to Interact with the Operating System WEEK 6 Qwiklabs Assessment Coursera | by Google

🔴Reach out to us for Source Code and Paid Assistant at,

Welcome to Using Python to Interact with the Operating System! You’re joining thousands of learners currently enrolled in the course. I'm excited to have you on my channel and look forward to your contributions to the learning community.
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.

Skills you will learn:---
* Setting up your Development Environment
* Regular Expression (REGEX)
* Testing in Python
* Automating System Administration Tasks with Python
* Bash Scripting

~Course Link:

#Coursera
#Google
#COVID19
#eLearning
#operatingsystem
#python
#itautomation
#professionalcertificate

-----------------------------------------------------------------------------------------------------------------------
🌟𝗣𝗹𝗲𝗮𝘀𝗲 𝗹𝗲𝗮𝘃𝗲 𝗮 𝗟𝗜𝗞𝗘❤️ 𝗮𝗻𝗱 𝗦𝗨𝗕𝗦𝗖𝗥𝗜𝗕𝗘 𝗳𝗼𝗿 𝗺𝗼𝗿𝗲 𝗔𝗠𝗔𝗭𝗜𝗡𝗚 𝗰𝗼𝗻𝘁𝗲𝗻𝘁! 🌟

Рекомендации по теме
Комментарии
Автор

The code is not running could someone send the code

dinacat
Автор

I recently started this course and it's getting slightly complicated so a big THANK YOU! That is helping so much! And hi from 2021!

stelah.u.
Автор

I have completed this course. Many thanks to you.

avijitdutta
Автор

here is the correct answer to task 1:
Task1

#!/bin/bash
>oldFiles.txt
files=$(grep " jane " ../data/list.txt | cut -d ' ' -f 3)
for i in $files;do
if test -e $HOME$i; then echo $HOME$i>> oldFiles.txt; fi
done

emmanuelchukwuemeka
Автор

where is jane text I dont know where you copy it from

omarbadial
Автор

yes sir please upload the final course that Automating Real-World Tasks with Python
week 3 and 4

rohitjaiswar
Автор

Thank you ❤️
I completed the course with your help ❤️😁

parvathygs
Автор

really really thankyou sir, it helps a lot

dimskuy
Автор

I want code for 2nd task it is not working

MeenataruniMadiraju
Автор

When will u release week 7 project ??
And thanks for this video

skandac
Автор

Can u send me the code displayed during 12:18..!! it's not clear

darsinisaravanan
Автор

i got problem FileNotFoundError: [Errno 2] No such file or directory: 'wv'
how is the solution?

gilangrahmatakbar
Автор

Traceback (most recent call last):
File "./changeJane.py", line 5, in <module>
myfile = open("oldFiles.txt", "r")
FileNotFoundError: [Errno 2] No such file or directory: 'oldFiles.txt'

SnowKiros
Автор

Hello I ran code but there is -d is commans

Shrutisha_Ghangale
Автор

I got error in graded assignment. Please help

enjoyhub
Автор

He skipped one step at 9:32
Add >[file-name]

chandanp
welcome to shbcf.ru