filmov
tv
Playing around with Python lists - add, remove, and update

Показать описание
We cover the following to modify lists:
replacing list items, appending, removing, copying
Table of Contents:
00:00 - Playing around with Python lists
00:27 - Replacing list item
00:45 - Append method
01:04 - Insert method
01:32 - Pop method
01:57 - Del keyword
02:17 - Remove method
02:41 - Make a copy of list
03:13 - Append doesn't work with a list
03:36 - Extend method
04:21 - Create your own project
replacing list items, appending, removing, copying
Table of Contents:
00:00 - Playing around with Python lists
00:27 - Replacing list item
00:45 - Append method
01:04 - Insert method
01:32 - Pop method
01:57 - Del keyword
02:17 - Remove method
02:41 - Make a copy of list
03:13 - Append doesn't work with a list
03:36 - Extend method
04:21 - Create your own project