-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
After learning strings, learners need to understand how to store and manage multiple values in Python. This material is a foundation for loops, conditionals, etc.
Scope of Material
This section should introduce core collection concepts, focusing mainly on lists:
-
What is a list in Python
-
Creating lists
-
Accessing elements (indexing)
-
Modifying list values
-
List methods that are often used:
.append().insert().remove().pop().sort().len()
- List slicing
Intro to other collections:
- tuple
- set
- dict
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed