1.12 Summary and Review - IP

Video Activity
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or

Already have an account? Sign In »

Time
2 hours 57 minutes
Difficulty
Beginner
Video Transcription
00:00
>> Hello everyone and welcome back to
00:00
Intro to Python here on Cybrary OnDemand.
00:00
I, as always, I'm your instructor Joe Perry.
00:00
If you're watching this video,
00:00
it means that you've completed Module 1.
00:00
This is going to be our summary and review.
00:00
This is the only slide
00:00
we're going to have in this module.
00:00
We're just going to talk about what we've learned.
00:00
We started out learning about the history of Python,
00:00
developed by Guido van Rossum and released in 1991.
00:00
We talked about the design of Python,
00:00
Peps 8 and 20,
00:00
the Zen of Python and Python coding conventions.
00:00
We've talked about Boolean logic,
00:00
the two fundamental values
00:00
and the three fundamental operations.
00:00
The fact that from those very simple pieces of data,
00:00
those very simple operations,
00:00
we're able to extrapolate all of
00:00
modern computer science and
00:00
the huge chunk of modern math.
00:00
All the things that we do are made
00:00
possible thanks to Boolean logic.
00:00
Then we talked about flow control.
00:00
We learned that flow control is an execution decision
00:00
based upon some internal logic.
00:00
We learned about, IF, ELIF,
00:00
ELSE. FOR, and WHILE.
00:00
We talked about variables,
00:00
I know I didn't write variables on this slide.
00:00
We did talk about what variables are.
00:00
We learned how to run Python from our shell,
00:00
how to create a Python script.
00:00
Then we learned about the different
00:00
Python data types: strings,
00:00
numbers, lists, and dictionaries.
00:00
That was what we covered in Module 1.
00:00
Hopefully, you learned a lot.
00:00
I certainly enjoyed teaching it,
00:00
and hopefully you enjoyed learning it.
00:00
I hope that we see you back again for Module 2,
00:00
which is going to be the very next video on your list.
00:00
After this video, go ahead and take
00:00
a little bit of time to take your mid-term.
00:00
Go over the supplemental materials
00:00
that are marked for Module 1.
00:00
Just familiarize yourself with
00:00
everything that we've done so far.
00:00
Because when we start at Module 2,
00:00
it's going to be off to the races and it's going to be
00:00
all programming all day. Thank you for watching this.
00:00
Thank you for being a part of Cybrary.
00:00
I am as always your instructor Joe Perry,
00:00
and thank you for watching intro to
00:00
Python on Cybrary OnDemand.
Up Next