Uploaded March 2023 | Updated September 2026, 11 hours ago
In Python, you can use "lists" to store collections of data.
You can add/remove items from a list, check if items are in a list, or even sort and reverse a list. The "list" (also known as an array or a vector in some other coding languages) is the first data structure you'll learn about in this seriesβyet it will remain one of the most useful and important concepts you'll rely on throughout your coding journey.
This video is part of a beginner tutorial series for anyone who wants to learn Python from scratch, and get to a point where you can start coding your own projects.
π Project Code (GitHub): github.com/pixegami/python-for-beginners
π Full Playlist: youtube.com/playlist?list=PLZJBfja3V3Rsbiz84Z63IXnTQZH_Rnfuo
π Next Chapter: youtu.be/ZPSES_gtm5U
π Follow me on Twitter: @pixegami
π Chapters
00:00 - Introduction to Lists
02:35 - Hands-on Coding with Lists
04:41 - 2D Lists
06:42 - Add / Remove Items from Lists
13:08 - Other Lists Methods
18:43 - Coding Exercise: Lists
In Python, you can use "lists" to store collections of data.
You can add/remove items from a list, check if items are in a list, or even sort and reverse a list. The "list" (also known as an array or a vector in some other coding languages) is the first data structure you'll learn about in this seriesβyet it will remain one of the most useful and important concepts you'll rely on throughout your coding journey.
This video is part of a beginner tutorial series for anyone who wants to learn Python from scratch, and get to a point where you can start coding your own projects.
π Project Code (GitHub): github.com/pixegami/python-for-beginners
π Full Playlist: youtube.com/playlist?list=PLZJBfja3V3Rsbiz84Z63IXnTQZH_Rnfuo
π Next Chapter: youtu.be/ZPSES_gtm5U
π Follow me on Twitter: @pixegami
π Chapters
00:00 - Introduction to Lists
02:35 - Hands-on Coding with Lists
04:41 - 2D Lists
06:42 - Add / Remove Items from Lists
13:08 - Other Lists Methods
18:43 - Coding Exercise: Lists





