Recently Updated Pages
Welcome to module 1
Welcome to the first section of the course!In the next several videos, we'll discuss what it mean...
Helpful resources and tips
As a learner, you can choose to complete one or multiple courses in this program. However, to ...
Dion: My personal career journey
Hi, I'm Dion.I am a program manager at Google.I am a part of the detection and response team whic...
Course 8 content
Each course of this certificate program is broken into modules. You can complete courses at your ...
Introduction to Course 8
Hello, and welcome to the course!I'm Dion, a Program Manager at Google.I've worked in security fo...
Terms and definitions from Course 7
A Algorithm: A set of rules that solve a problem Argument (Python): The data brought into a f...
Reference guide: Python concepts from Course 7
Google Cybersecurity Certificate Comments The following syntax is used to create a comment...
Course wrap-up
As we wrap up this course, I want to congratulate you for your commitment to learning Python.You ...
Terms and definitions from Course 7, Module 4
Glossary terms from module 4 Automation: The use of technology to reduce human and manual effort...
Reference guide: Python concepts from module 4
File operations The following functions, methods, and keywords are used with operations involvin...
Wrap-up
Great work in this section!We focused on a few new topics that will help you put Python into prac...
Explore debugging techniques
Previously, you examined three types of errors you may encounter while working in Python and expl...
Apply debugging strategies
Let's say our co-workers need some help getting their code to work, and we've offered to debug th...
Matt: Learning from mistakes
My name is Matt.I'm a software engineer working in cybersecurity.When I was in high school, what ...
Debugging strategies
As a security analyst, you might be required to read or write code.One of the biggest challenges ...
Portfoleo project: Algorythm for file updates in Python
Algorithm for file updates in Python Project description this script automates management of an...
Develop a parsing algorithm in Python
We're now going to bring all of the pieces together to import a file, parse it, and implement a s...
Work with files in Python
You previously explored how to open files in Python as well as how to read them and write to them...
Parse a text file in Python
Now that you know how to import text files into Python, we're going to take this one step further...
Import files into Python
Previously, you explored how to open files in Python, convert them into strings, and read them. I...