What I use to learn (the BEST IT training): (30% off FOREVER) *affiliate link
FREE Python lab:
In this episode of Python RIGHT NOW! Chuck is going to show us how to lighten the load on our Python camping list(we packed too much). You will learn how to use the Python methods clear, remove, and the best of all, pop! These are the ways we can…
What I use to learn (the BEST IT training): https://ntck.co/itprotv (30% off FOREVER) *affiliate link
FREE Python lab: https://ntck.co/pyep9
In this episode of Python RIGHT NOW! Chuck is going to show us how to lighten the load on our Python camping list(we packed too much). You will learn how to use the Python methods clear, remove, and the best of all, pop! These are the ways we can DESTROY or….just delete….our Python Data in Python Lists.
🔥🔥Get access to all of my courses plus more by joining the NetworkChuck Academy!: https://ntck.co/NCAcademy
**Sponsored by ITProTV
0:00 ⏩ Intro
0:43 ⏩ I want to show you something!
1:55 ⏩ Back to our camping list!
2:15 ⏩ We packed too much!
3:10 ⏩ Don’t do this to your list!
4:25 ⏩ The best way to remove items!
6:11 ⏩ Pop! Pop! Pop!……. Pop!
8:53 ⏩ Outro
Thank you so much, I hope enormously I can obliteratefully get my project I am tryna do due, well, tomorrow – be and to get it to work!
These tutorial videos are so fun. Please keep uploading Chuck!
Hello, NetworkChuck. I wanted to sign up for your academy, but the sign up page does not load. Just wanted to leave a comment in case you see it.
Thank you for teaching me Python, you are the best teacher I have ever seen on Youtube!
I love this python series 😍 , but i have a request that chuck can you please make videos faster
I love this python series 😍 , but i have a request that chuck can you please make videos faster
Hi, when will the next episodes come out? I checked on the website and they are not there either
I would like to continue this series lessons 🙏
you made python look very easy. thank you so much 😍
thanks bro :
#python list, individual string in a class
supplies = ["tent", "slepping bags", "water", "raspberry pi", "coffee", "knife", "ethernet cable", "flash drive", "beard oil", "marshmallows"]
camp_site = ["Crystal Lake", 404, 95.5, 10, False]
supplies = supplies + ["toilet paper", "bidet"]
#remove item from list
#supplies.remove("tent")
#remove multiple items from list
print("this item was just deleted: " + supplies.pop(0))#tent
supplies.pop(0)#sleeping bags
print(supplies)
please continue the series
I wouldn't mind to go back to lesson 1, you are just an amazing IT Guru.
I've watched the 8 previous episodes with no prior knowledge in python and I learned so much while watching, thank you so much
NEED MOAR!
Great course man! I'm just are starting on Python.
Do you don't have other more complete? I want use python for intelligent artificial.
Hey, when's gonna be the next episode ready on YouTube? cuz it's getting really interesting.
When are you going to continue this course? I'm hooked and appreciate your style of teaching! I guess I'll have to do all of the other courses on your website while I wait.
supplies.remove(supplies[9]) this also works to remove 🙂
well that was a wild run throughout this series
i dont usually comment but u are awesome man i saw tons of videos about python but nothing compared to this, time just flies not boring at all i wish u were my highschool teacher back in the day keep on the good work. BEN
when is the next episode will be ready?
I made this code to remove multiple items from a list:
Fruits = ["Apple", "Orange", "Banana", "Melon", "Peach"]
for fruit in Fruits:
if fruit == "Banana" or fruit == "Apple":
Fruits.remove(fruit)
print(Fruits)
I know it is long but it works..
more pls :<
Can you upload the Python tutorials right now!
I love this series! I have watched everything in 2 days. I hope you make more <3
I got it right
Chuck please upload more videos i want to learn more
7:36 I got that right ;>
"Your coming, I'm making you come" – Coffee dude