filmov
tv
Tutorial 08 - Lists in Python

Показать описание
#pythonforbeginners #pythonprogramming #pythontutorial
Chapters:
00:00 Introduction and Background
00:12 Creating a list in Python
01:11 Indexing in Lists
02:25 Lists are Mutable
03:19 Slicing a list
03:55 Creating a shallow copy of a list
04:35 Appending an element to a list
04:55 Extend a list
06:02 Concatenating lists
06:42 Removing an element from a list
07:55 "pop" an element from a list
08:45 Counting number of times an item appears in the list
09:40 Sorting a list
10:12 List Comprehensions
11:40 Clear a list