Python for JavaScript Developers
Data Structures
About
In this lesson students will explore the fundamental data structures used in Python, including lists, tuples, and dictionaries.
Content
| Lesson |
Video Time |
Video |
Skills |
| Setup |
1 min |
link |
Setting up the development environment. |
| Dictionaries |
14 min |
link |
Create and manipulate dictionaries in Python. |
| Lists |
12 min |
link |
Create and manipulate lists in Python. |
| Tuples |
8 min |
link |
Create and manipulate tuples in Python. |
| Total content |
35 min |
– |
|
Level Up content
| Lesson |
Video Time |
Video |
Skills |
| Sets |
5 min |
link |
Create and manipulate sets in Python. |
| List Comprehensions |
7 min |
link |
Create lists using list comprehensions. |
| Total Level Up content |
12 min |
– |
|
References
📖 Reference Materials