0% found this document useful (0 votes)
5 views

CIS261_Python Review_Video Links

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

CIS261_Python Review_Video Links

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

CIS261 – Object Oriented Computer Programming I

Python Review
If you don’t yet have a good foundation in python or would just like a refresher, take a look at these
LinkedIn Learning videos from the Python Essential Training course.

You are, of course, welcome to complete all of the course in LinkedIn Learning, but this document has
identified the videos that will be most useful in preparing for the work in CIS261.

INTRODUCTION TO PYTHON

• Getting started with Python.


• Resources for this course.
• Installing Python, pip, and Jupyter Notebook.
• Writing a Program.

DATA TYPES

• Variables and types.


• Data Structures.
• Operators.
• Control Flow.
• Functions.
• Classes and objects.
• Ints and floats.
• Other types of numbers.
• Booleans.
• Strings.

IF-ELSE STATEMENTS, WHILE LOOPS, AND FOR LOOPS

• If and else.
• While.
• For.

LISTS AND TUPLES AND SETS

• Lists.
• Tuples and Sets.

DICTIONARIES AND SETS

• Dictionaries.

© 2022 Strayer University. All Rights Reserved. This document contains Strayer University confidential and
proprietary information and may not be copied, further distributed, or otherwise disclosed in whole or in part, without
the expressed written permission of Strayer University.
CIS261 – Object Oriented Computer Programming I

FUNCTIONS

• The anatomy of a function.


• Variables and scope.
• Functions as variables.

© 2022 Strayer University. All Rights Reserved. This document contains Strayer University confidential and
proprietary information and may not be copied, further distributed, or otherwise disclosed in whole or in part, without
the expressed written permission of Strayer University.

You might also like