Uploaded July 2017 | Updated September 2026, 2 weeks ago
In this video you'll learn about one of the main workhorses in Python: Lists! You'll learn what 'collections' types are in Python, and why you'd want to use Lists to represent your data. We'll cover list indexes, which are essential to working with lists, along with common Python list operations (adding, removing, replacing, and deleting data from a Python 3 list).
TOPICS:
0:57 - Common Uses and Features of Python Lists
1:53 - What Lists can 'contain'
2:31 - Creating a List: basic syntax
3:44 - Multi-line Python List literals
5:33 - Accessing List items
6:09 - How List Indexes Work
10:47 - Common List Operations (and a bit about object oriented programming philosophy) #smalltalkfanboi
12:20 - List.append() - add a list item
13:04 - List.extend() - add multiple list items
14:47 - Replacing List elements
16:11 - List.insert() - inserting a Python list item at a specific index
17:28 - Deleting a List element
18:35 - Deleting a List element by value
20:49 - List.pop() - delete and return an element from a List
23:39 - Summary
Check out the whole Python 3 Programming Course Playlist: youtube.com/playlist?list=PLtK75qxsQaMIHM0tNit2YLXvTuwrP1-Bq
Full Linux Sysadmin Course: youtube.com/playlist?list=PLtK75qxsQaMLZSo7KL-PmiRarU7hrpnwK
Check out my project-based Linux System Administration course (free sample videos): udemy.com/hands-on-linux-self-hosted-wordpress-for-linux-beginners/?couponCode=tl35
Official Site & e-mail list: tutorialinux.com
Twitter: twitter.com/tutorialinux
Facebook: facebook.com/tutorialinux
Patreon: patreon.com/tutorialinux
Podcast: kernelpanicpodcast.com
In this video you'll learn about one of the main workhorses in Python: Lists! You'll learn what 'collections' types are in Python, and why you'd want to use Lists to represent your data. We'll cover list indexes, which are essential to working with lists, along with common Python list operations (adding, removing, replacing, and deleting data from a Python 3 list).
TOPICS:
0:57 - Common Uses and Features of Python Lists
1:53 - What Lists can 'contain'
2:31 - Creating a List: basic syntax
3:44 - Multi-line Python List literals
5:33 - Accessing List items
6:09 - How List Indexes Work
10:47 - Common List Operations (and a bit about object oriented programming philosophy) #smalltalkfanboi
12:20 - List.append() - add a list item
13:04 - List.extend() - add multiple list items
14:47 - Replacing List elements
16:11 - List.insert() - inserting a Python list item at a specific index
17:28 - Deleting a List element
18:35 - Deleting a List element by value
20:49 - List.pop() - delete and return an element from a List
23:39 - Summary
Check out the whole Python 3 Programming Course Playlist: youtube.com/playlist?list=PLtK75qxsQaMIHM0tNit2YLXvTuwrP1-Bq
Full Linux Sysadmin Course: youtube.com/playlist?list=PLtK75qxsQaMLZSo7KL-PmiRarU7hrpnwK
Check out my project-based Linux System Administration course (free sample videos): udemy.com/hands-on-linux-self-hosted-wordpress-for-linux-beginners/?couponCode=tl35
Official Site & e-mail list: tutorialinux.com
Twitter: twitter.com/tutorialinux
Facebook: facebook.com/tutorialinux
Patreon: patreon.com/tutorialinux
Podcast: kernelpanicpodcast.com










