Course «Python: Lists»: online education
2026-02-21 02:57 Diff

1

About the course

Learning about the course, its structure, objectives, and goals

2

Lists

Introducing lists and their features

3

Creating lists and adding items

Learning how to create lists and add items

4

Links

Introducing the concept of links and the mechanism of their work

5

References and variability

Finding out how variability manifests in the value transfers

6

Modifying lists by elements

Learning to sort the individual elements of lists and unroll lists by the place

7

Slices

Inroducing slices — one of the main ways of manipulating lists

8

The for loop

Introducing the for loops — the main tool for item-by-item processing of collections

9

Iterators

Learning about the iteration protocol, a generalized approach to item-by-item processing of collections

10

Conclusion

Summarizing the course