module 1
Crouse Outline ?
You will get an introduction to the Python programming language and how Python is used in cyberse...
Introduction to Course 7
The demand for security professionals has never been higher.Organizations across the world requir...
Ángel: My personal career journey
My name is Ángel, and I'm a Security Engineer at Google.There were a number of things in my life ...
Welcome to module 1
The process of learning a new programming language is similar to learning a new language.For inst...
Python and cybersecurity
Security professionals use a variety of tools.One of those tools is computer programming.Programm...
Get to know Python!
Why might a security analyst choose Python to automate tasks? Python resembles human language a...
Create a basic Python script
Hi there.Previously, we discussed the basics of Python.Now we'll practice writing and running cod...
Python environments
You can run Python through a variety of environments. These environments include notebooks, integ...
copy paste this into a .html this is what the lab looks like
<!DOCTYPE html> <html> <head><meta charset="utf-8" /> <title>LAB_Activity_PracticeWritingPyt...
Akash: Python and the cybersecurity professional
My name is Akash, and I work as a Security Engineer at Google.As a cybersecurity engineer, you wo...
Data types in Python
Our next topic relates to categorizing data in Python.First, let's take a moment to consider anot...
More about data types
Previously, you explored data types in Python. A data type is a category for a particular type of...
Work with variables in Python
Previously, we compared data types to the categories we have for different ingredients we use whe...
Assign and reassign variables in Python
Previously, you've explored variables and how to assign and reassign them in Python. In this read...
lab 2
like the other lab copy/paste the code into a .html then run it, still not sure how to host .html...
Conditional statements in Python
Previously, we discussed how to store different data types in variables.Now we'll begin to move i...
More on conditionals in Python
Previously, you explored conditional statements and how they’re useful in automating tasks in P...
For loops
We just learned about conditional statements and how they can be developed to allow computers to ...
While loops
Previously, we introduced iterative statements in Python and focused on for loops.An iterative st...
More on loops in Python
Previously, you explored iterative statements. An iterative statement is code that repeatedly exe...
New Page
Activity_Create loops /*! * * Twitter Bootstrap * */ /*! * Bootstrap v3.3.7 (http://ge...
Wrap-up
Well done!You've learned about why security analysts use Python and the basic structure of a prog...
Reference guide: Python concepts from module 1
This reference guide contains Python language introduced during module 1. The guide is organized ...
Glossary terms from module 1
Terms and definitions from Course 7, Module 1 Automation: The use of technology to reduce human ...