Python 3 - Episode 7 - Lists

preview_player
Показать описание
In this video series we will cover Python 3. This video talk about the list data type and deep dive into its functionality including, creating, adding, removing, sorting, reversing, deleting and clearing.

Python 3 youtube videos by Bryan Cairns

Intro: (0:00)
What are lists: (0:05)
Creating a list: (1:38)
Index and positioning: (4:02)
Adding items (6:49)
Removing items (9:28)
Extending (15:00)
Sorting (16:43)
Making a copy (19:16)
Deleting (21:04)
Clearing elements (22:30)
Lists in lists (24:09)
Changing items: (28:56)
Outro (30:21)
Рекомендации по теме
Комментарии
Автор

I'm considering to have this as a base material for my course in python. Great job! Well done.

muffinspuffinsEE
Автор

The Cats will always be part of the videos till the end of time ;) Hahaha

almerodupreez
Автор

As far as I understand, reverse() is not SortDesc(), it is indeed reversing a list. I suggest fixing this video. Otherwise, I really like the videos so far, thx.

misbis
Автор

I am a noob, but I was watching a Python 2.7 video on List and Sets and we >imported numpy and I think we were able to sort mixed strings, or did my brain just go num?

deltoncbaker