Topic | Description | Link |
---|---|---|
Lesson | Introduction to Python | Link |
Lesson | Introduction to Data Types | Link |
After this lesson, you will be able to:
- Define integers, strings, tuples, lists, and dictionaries
- Demonstrate arithmetic operations and string operations
- Learn to use basic Jupyter Notebook features
Before this lesson(s), students should already be able to:
- Describe/define Python data types
Estimated Total Time: 90 mins
I. Intro to Python
- Common Python Datatypes
- Working with Integers, Floats
- Common Mathematical Operations
- Strings and Variables
- Lists, tuples, dictionaries and sets
- Booleans