Recently Updated Pages
Python functions in cybersecurity
Previously, you explored how to define and call your own functions. In this reading, you’ll rev...
Welcome to module 2
Welcome back to our Python journey!In the previous videos, we learned all about the basics of Pyt...
Glossary terms from module 1
Terms and definitions from Course 7, Module 1 Automation: The use of technology to reduce human ...
Reference guide: Python concepts from module 1
This reference guide contains Python language introduced during module 1. The guide is organized ...
Wrap-up
Well done!You've learned about why security analysts use Python and the basic structure of a prog...
New Page
Activity_Create loops /*! * * Twitter Bootstrap * */ /*! * Bootstrap v3.3.7 (http://ge...
More on loops in Python
Previously, you explored iterative statements. An iterative statement is code that repeatedly exe...
While loops
Previously, we introduced iterative statements in Python and focused on for loops.An iterative st...
For loops
We just learned about conditional statements and how they can be developed to allow computers to ...
More on conditionals in Python
Previously, you explored conditional statements and how they’re useful in automating tasks in P...
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...
Assign and reassign variables in Python
Previously, you've explored variables and how to assign and reassign them in Python. In this read...
Work with variables in Python
Previously, we compared data types to the categories we have for different ingredients we use whe...
More about data types
Previously, you explored data types in Python. A data type is a category for a particular type of...
Data types in Python
Our next topic relates to categorizing data in Python.First, let's take a moment to consider anot...
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...
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...
Python environments
You can run Python through a variety of environments. These environments include notebooks, integ...
Create a basic Python script
Hi there.Previously, we discussed the basics of Python.Now we'll practice writing and running cod...