Adding stuff to a Python List

preview_player
Показать описание


In this episode of Python RIGHT NOW! NetworkChuck is going to expand our knowledge of Python lists by walking us through some of the most helpful Python methods related to Python lists, because our list isn’t finished…. Because someone forgot the toilet paper…..

In this episode, we introduce Python Methods. We focus on the append() method and the insert() method in Python.

**Sponsored by ITProTV

SUPPORT NETWORKCHUCK
---------------------------------------------------

READY TO LEARN??
---------------------------------------------------

FOLLOW ME EVERYWHERE
---------------------------------------------------

0:00 ⏩ Intro
0:43 ⏩ Let me show you something awesome!
1:43 ⏩ Let’s get started!
2:15 ⏩ I can’t believe you forgot the toilet paper…
2:50 ⏩ New concept time! Methods!
4:45 ⏩ Add in a bidet!
5:46 ⏩ exteeeeeeeeeend
6:42 ⏩ Another fun way to extend!
8:20 ⏩ Add items wherever you want!
9:24 ⏩ Challenge time! Can you do it?
10:43 ⏩ Outro

AFFILIATES & REFERRALS
---------------------------------------------------
(GEAR I USE...STUFF I RECOMMEND)

#python #pythonrightnow #learnpython
Рекомендации по теме
Комментарии
Автор





0:00 ⏩ Intro
0:43 ⏩ Let me show you something awesome!
1:43 ⏩ Let’s get started!
2:15 ⏩ I can’t believe you forgot the toilet paper…
2:50 ⏩ New concept time! Methods!
4:45 ⏩ Add in a bidet!
5:46 ⏩
6:42 ⏩ Another fun way to extend!
8:20 ⏩ Add items wherever you want!
9:24 ⏩ Challenge time! Can you do it?
10:43 ⏩ Outro

NetworkChuck
Автор

"this is the end (last episode on YouTube)" My Heart went down to 0 beats

Dezo
Автор

The original title of the video was: " you forgot the toilet paper // Python EP 8 "

deadeyejac
Автор

Dude, please don't stop this python course, you are by far the best teacher for coding I've found on YT. These videos may get a lower amount of views to begin with, but that is normal with course videos. You need to think of these types of videos as long-term investments, rather than expecting to see immediate results.

CubeITChannel
Автор

Bro, you are a fantastic teacher. Seriously! I've watched so many of your videos and you are the most engaging and knowledgeable YouTube teacher. Keep up the awesome work!

garyheinrich
Автор

Sir, please continue. You courses are easy to grasp and learn. Love from India ❤️❤️❤️

achikeducationalchannel
Автор

Throughout those lessons, I've figured out these, which is quite fun to learn:

print("Enter your name.")
name = input()
message = "Hello, " + name + "."
print(message)
order = []
order.append(input("What would you like to order?\n"))
order = str(order[0])
print("Here is your " + order + ", " + name + ".")

🤗🤗🤗Enjoy your learning in Python!!!🙌

afif.abdullah
Автор

Please don't leave! I just found you're channel yesterday! I love what you do please don't stop. One of the most entertaining educational channels I've found yet to date.

jackadam
Автор

Don't know if you've covered the idea of 'Pythonic' code, but you won't often see Python code that says:
supplies = supplies + ['new', 'list']
when we have the += operator. You're much more likely to see:
supplies += ['new', 'list']

jules_lewis
Автор

So glad to see an upload, I’ve been binge watching all your videos! 🙃

killeristopherce
Автор

By the time you finished this series, I learned Python, OOP in python, C# and studying c++

noahrepublic
Автор

"Earn from what's your passion is bestest job in life"...this man proved

jutsrain
Автор

Sir I would just like to say this whole week I’ve been following along with all of your python videos and they are so amazing, your so engaging and enthusiastic. I can’t wait for anymore python lessons if you have some coming out thank you so much 💪🏽🔥😊

freaxxxnasher
Автор

To append multiple items to a list you could also do this: supplies[10:11] = [‘toilet paper’, ‘bidet’]

DankyBongBluntTree
Автор

bro don't end please you actually the best teacher you have passion and the vibe

shakesthehacker
Автор

Haha. Few good puns in this. One of the best tubers out there for engaging tutorials. Well done Chuck.

garethwoodall
Автор

Chuck bro you're simply amazing. My friend and I have been studying your Python's content at the same time we increase our english skill (we're from LAN) and I'm glad to say you're an excellent remote teacher. Thanks for your knowledge and your time

fernansan
Автор

Hi Network Chuck I am a huge fan of yours .I was having troubles with python but When i saw your videos . I understood a lot of Python code stuff.

funwithram
Автор

Append, tuples, lists, lambdas etc. Python is such a versatile coding language. I took some rudimentary courses and made a few things but need to circle back around to it. Right now, I'm focused on Cisco networking. Then onto PowerShell, BASH, then python.

QWERTY-ovtm
Автор

Congrats for 2 Million
Continue this series
And waiting for next Bash episode

Abhinav-Bhat