Python Programming #5 - Introduction to Lists

preview_player
Показать описание
Python Programming for Beginners! A series of Python Tutorials covering all the basics of Python programming. In this video we'll cover everything about lists, how to create them, add and delete items in them, and various functions revolving around lists.

♦♦♦♦♦♦♦♦♦♦

THECODEX is a company focused on empowering and enabling anyone to learn how to code. Established in 2015 by Avinash Jain, THECODEX has taught over 600,000 students around the world how to code. With over 16 programming courses on a wide variety of topics, and more than 20,000 5-Star reviews, THECODEX is the right choice for you.

We provide engaging and comprehensive videos that break down complex information and cover everything you need to know about the subject. All students get access to our Q/A forums where you can get your doubts and problems cleared up. At the end of every course, you will receive a certificate of completion.

Jumpstart your Coding Journey with THECODEX today!

♦♦♦♦♦♦♦♦♦♦

Music: Flash Funk (Marshmello)
Рекомендации по теме
Комментарии
Автор

Thanks, man! started learning python today and let me say WOW! I always knew I wanted to do this, Thank you! I love how short your videos are and simple you teach. VERY HELPFUL.

VoiceMessage
Автор

3:00 I couldn't grasp the up/down arrow keys shortcut. I press them and nothing happens. Really enjoying this series so far.

marcellocapone
Автор

have found the solution for anyone having the issue of not having the append working, you need to use [ instead of ( when making the list

karlyrigby
Автор

You are best I am a beginner I am searching on YouTube about coding I can't get what I want bu when I see you I get that what I want . Thank you

knockbruceop
Автор

These are great video series broken down to an easy form to study bits at a time. Not to give away my age but the last programing language I worked with was gw basic when it was new.
with this series I can work section by section till I understand what it dose and how to use it.
Thanks.

richardbest
Автор

Thanks Avi! I have a python course for beginners in a few days and I hope this helps me then! Great videos!

kabirgoel
Автор

Got a test today and this series is super helpful, especially as I am doing my last minute revision! (-:(-:

shonua
Автор

Hello, i started this noon and its so fun trying python so far, your teaching is very easy to understand even tho im not a native english speaker. Thanks for everything so far. :D



Also now that im repeating some of these lessons, it doesnt let me do any chanegs to the list, i cant append stuff, i cant delete stuff and i cant even switch things for other things, it just says Traceback (most recent call last):
File "<input>", line 1, in <module>
TypeError: 'tuple' object does not support item assignment
OR
Traceback (most recent call last):
File "<input>", line 1, in <module>
TypeError: 'tuple' object doesn't support item deletion
OR
Traceback (most recent call last):
File "<input>", line 1, in <module>
AttributeError: 'tuple' object has no attribute 'append' PLEASE HAAALP T_T

Honnyd
Автор

Find away to make your print bigger on my S21

XxxclusiveReviews
Автор

Is it possible to get the Standard deviation or mean of a listNum in the same way we get the max or min?

gimp
Автор



your's for some reason doesn't work i get an error. By the way nice tutorials :)

OvaisDIYGarage
Автор

is there somewhere that lists all these common operations (len, del, max, min), ect.

dml
Автор

Whats up with the low video quality? Great tutorials though, I hope you will make more :)

thijsbruinsslot
Автор

why is it that when i do shoplist + shoplist2 it doesnt work

omaremad
Автор

every thing is fine until i write
MyFamily(0) = "reem"
# it is give me this error message
File "<input>", line 1
MyFamily(0) = "reem"
^
SyntaxError: cannot assign to function call

ydfyihj
Автор

why when I write shoplist[1] ="ice" it gives me Traceback (most recent call last):
File "<input>", line 1, in <module>
IndexError: list assignment index out of range

jopro
Автор

list
['Apples', 'Banana', 'Cherries', 'Bluebarries', 'Potatoes', 'Tomatoes', 'Onions']
max(list)
'Tomatoes'


Can anyone explain this?

vihar
Автор

I need help, xD. I was trying to make the following equation work but to no avail, yeah I suck with math.
Shoplist [0] + " " *5
I thought it would be: apple apple apple apple apple.
But alas it was:
And everything else I tried was also in vain! If anyone can give me a solution I would be forever grateful, lol.

anchorweight
welcome to shbcf.ru