Python Lists - Python Crash Course - Episode 3

preview_player
Показать описание
Chapter 3 of Python Crash Course. We learn about Python lists, how to change, add and remove elements in a list and also how to organize lists.

⏱ Timestamps
0:00 Introduction
0:17 Lists
8:08 Changing, Adding, and Removing Elements
30:12 Organizing a List
43:28 Avoiding Index Errors
46:25 Summary
Рекомендации по теме
Комментарии
Автор

You are amazing, something about your voice that makes learning Python a breeze. I follow along with the textbook and your video IMO is better than the book. Thank you for these videos. I really appreciate learning along with your instruction. You have made learning Python so easy!

FlavaChaser
Автор

the background music is such a nice addition. Loved the video, thank you!!

rahimhussain
Автор

These are great videos! I finally feel like I understand the f strings and it's cool to apply them with the list, I am looking forward to watching more of these videos.

Kicsa
Автор

His voice is so calm it makes it easier for me to learn !

lucycarlyle-mp
Автор

Thanks so much boss, i got the text book from my university and i have been learning with your videos and the book.

leonardorok
Автор

Thankyou so much! Been watching your videos explaining everything and then i rewatch and follow along on my computer! Your awsome!

cameronchiles
Автор

Thank you so much❤ Love the way you explain things with practical basis😃

namrata
Автор

This is the course I have been looking for🙏🏾🙏🏾🙏🏾
Thanks a lot Bruv.

weocansk
Автор

Thank you for the effort you put in this series of videos I appreciate that Sir, I'm even watching all the adds on your videos just to make sure you make as much money as possible from adsense.

falapouco_masjoga
Автор

Wow, I'm loving these videos. Thanks for your precious time

nassifumar
Автор

he skiped one more example in 37:41, he should have used print(sorted(places, reverse=True)) to print the list in reverse alphabetical order without changing
the order of the original list.

ozanduru
Автор

This was nice on the last (guest list excercise) I used del guest_list[0:2] so I had less lines to work with!

wirrexx
Автор

when using del in the last step of 3-7, why did you use index 1 before 0?

nas
Автор

I get this error AttributeError: 'tuple' object has no attribute 'reverse' for the following

locations=('Kenya', 'Japan', 'Africa', 'Australia')

print(locations)

print(sorted(locations))

print(locations)

locations.reverse()

print(locations)

glenleach
Автор

For newer videos can you increase the screen visibility

nithins
Автор

for next videos please zoom in for phone users, thx a lot for the videos

RompecuelloPR
Автор

You skipped the part when you need to use sorted but in a reverse=true and its the only one i had problem with so far, thats why I came here lol

MrAnakin
Автор

I loved this course series but the background music was very boring, many times it was making me sleepy . If you can remove the background music then this python series is wonderful.

kritan
Автор

Who is from UIU, Bangladesh. Hit a like to like button😅

tanvirrafii
Автор

You are using a very small font, so it difficult to watch a videos

arsenkostanyan