course
Python: Lists
9 students
Course updated
21 September 2023
Included in the course
10 lessons (video or text)
39 quizzes
Assistance in Discussions on the website
Access to other courses of the our platform
What you'll learn
- Define and manipulate lists in code
- Form and process lists in loops
- Create and work with iterable objects
Description
In this course, you will comprehend the structure of list data. You will learn more about slices, iterators, and lazy calculations. As a result, you will learn how to manipulate data with lists and work even with infinite collections. The knowledge from this course helps programmers solve algorithmic problems and process data efficiently. This course is suitable for those who already know the basics of Python and are still learning.
Course program
Estimated time: 4 hours
-
6
Modifying lists by elements
Learning to sort the individual elements of lists and unroll lists by the placequiz
-
8
The for loop
Introducing the for loops — the main tool for item-by-item processing of collectionsquiz
-
11
Additional resources
Some materials the Hexlet team have picked up. This will give you a more in-depth understanding of the topic