Adding stuff to a Python List

Ғылым және технология

What I use to learn (the BEST IT training): ntck.co/itprotv (30% off FOREVER) *affiliate link
FREE Python lab : ntck.co/pyep8
Bonus Python Lab + Quiz: ntck.co/python
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.
🔥🔥Get access to all of my courses plus more by joining the NetworkChuck Academy!: ntck.co/NCAcademy
**Sponsored by ITProTV
SUPPORT NETWORKCHUCK
---------------------------------------------------
➡️NetworkChuck membership: ntck.co/Premium
☕☕ COFFEE and MERCH: ntck.co/coffee
Check out my new channel: ntck.co/ncclips
🆘🆘NEED HELP?? Join the Discord Server: / discord
STUDY WITH ME on Twitch: bit.ly/nc_twitch
READY TO LEARN??
---------------------------------------------------
-Learn Python: bit.ly/3rzZjzz
-Get your CCNA: bit.ly/nc-ccna
FOLLOW ME EVERYWHERE
---------------------------------------------------
Instagram: / networkchuck
Twitter: / networkchuck
Facebook: / networkchuck
Join the Discord server: bit.ly/nc-discord
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)
My network gear: geni.us/L6wyIUj
Amazon Affiliate Store: www.amazon.com/shop/networkchuck
Buy a Raspberry Pi: geni.us/aBeqAL
#python #pythonrightnow #learnpython

Пікірлер: 413

  • @NetworkChuck
    @NetworkChuck2 жыл бұрын

    What I use to learn (the BEST IT training): ntck.co/itprotv (30% off FOREVER) *affiliate link FREE Python lab : ntck.co/pyep8 Bonus Python Lab + Quiz: ntck.co/python 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

  • @l3ami9yt96

    @l3ami9yt96

    2 жыл бұрын

    Chuck bro❤️❤️❤️

  • @Thriller627

    @Thriller627

    2 жыл бұрын

    Cheers!

  • @VarunBanka18

    @VarunBanka18

    2 жыл бұрын

    🔥🔥🔥

  • @rickysargulesh1053

    @rickysargulesh1053

    2 жыл бұрын

    Damn that title and thumbnail changed dramatically lol

  • @AB-dm8nt

    @AB-dm8nt

    2 жыл бұрын

    @@rickysargulesh1053 I know! I just watched this earlier and now was like, “What?!?!?!!!!”

  • @Dezo365
    @Dezo3652 жыл бұрын

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

  • @bazil270

    @bazil270

    2 жыл бұрын

    Yeah me too :( Is this for real?

  • @eyalamsalemisr3712

    @eyalamsalemisr3712

    2 жыл бұрын

    @@bazil270 thats the last episode of the python course I hope...

  • @vindicatedafi

    @vindicatedafi

    2 жыл бұрын

    I am wondering if he will still do python episodes but it will be on his website instead of youtube?

  • @fl4mzy709

    @fl4mzy709

    2 жыл бұрын

    Same :(

  • @AbbasAlSouroush

    @AbbasAlSouroush

    2 жыл бұрын

    @@vindicatedafi yes exactly

  • @CubeITChannel
    @CubeITChannel2 жыл бұрын

    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.

  • @deadeyejac
    @deadeyejac2 жыл бұрын

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

  • @lmnts556
    @lmnts5562 жыл бұрын

    Please continue, I love this series.

  • @achikeducationalchannel5385
    @achikeducationalchannel53852 жыл бұрын

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

  • @johnmachenzie1613

    @johnmachenzie1613

    2 жыл бұрын

    Well, he did

  • @garyheinrich7578
    @garyheinrich75782 жыл бұрын

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

  • @KayFiiya

    @KayFiiya

    2 жыл бұрын

    Hi daddy , i love you so much

  • @afif.abdullah
    @afif.abdullah3 ай бұрын

    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? ")) order = str(order[0]) print("Here is your " + order + ", " + name + ".") 🤗🤗🤗Enjoy your learning in Python!!!🙌

  • @jules_lewis
    @jules_lewis2 жыл бұрын

    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']

  • @DankyBongBluntTree
    @DankyBongBluntTree Жыл бұрын

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

  • @killeristopherce5389
    @killeristopherce53892 жыл бұрын

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

  • @tourettesdisorder2

    @tourettesdisorder2

    2 жыл бұрын

    So glad comments, before upload

  • @jutsrain1730
    @jutsrain17302 жыл бұрын

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

  • @fernansan6529
    @fernansan65292 жыл бұрын

    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

  • @garethwoodall577
    @garethwoodall5772 жыл бұрын

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

  • @funwithram916
    @funwithram9162 жыл бұрын

    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.

  • @freaxxxnasher894
    @freaxxxnasher8942 жыл бұрын

    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 💪🏽🔥😊

  • @noahrepublic
    @noahrepublic2 жыл бұрын

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

  • @whatthehelllmao

    @whatthehelllmao

    2 жыл бұрын

    And not to be rude but this series really wasnt it fr

  • @_mobasshir_

    @_mobasshir_

    2 жыл бұрын

    I also learnt machine learning and now i am training my program on how to make python series faster than this one.

  • @whatthehelllmao

    @whatthehelllmao

    2 жыл бұрын

    @@_mobasshir_ I really dont know what to learn. I wanna get into botting but idk where to start with proxies etc

  • @teamok1025

    @teamok1025

    2 жыл бұрын

    Me studying java before python Frick why i dinit chose python

  • @teamok1025

    @teamok1025

    2 жыл бұрын

    @Royal Gamer yea java is easy to use

  • @deadeyejac
    @deadeyejac2 жыл бұрын

    I always get excited seeing these on my homepage.

  • @Abhinav-Bhat
    @Abhinav-Bhat2 жыл бұрын

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

  • @rs832
    @rs8322 жыл бұрын

    You've single handedly propelled my knowledge, thank you so very much!

  • @Zerz000
    @Zerz0002 жыл бұрын

    In the code with the evil names you could use a list of evil names and with a superuser you could use append to add evil names to that list

  • @denisewhite478
    @denisewhite4782 жыл бұрын

    At my age, it's hard learning things. You gave made it enjoyable and easier to understand.Thank you.

  • @jackadam01
    @jackadam012 жыл бұрын

    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.

  • @natsudragneelthefiredragon

    @natsudragneelthefiredragon

    2 жыл бұрын

    Might be not specific enough title or clickbait

  • @Rise2034
    @Rise20342 жыл бұрын

    Best Python Course Ever! I love how Chuck put ❤ in each of is video really nice to watch always interesting, and we learn so much!

  • @Asherstitusworld
    @Asherstitusworld2 жыл бұрын

    Super Video Chuck Your videos are awesome And informative Intro is Really Amazing Chuck

  • @NetworkChuck

    @NetworkChuck

    2 жыл бұрын

    Thank you!

  • @mrwhosmynameagain

    @mrwhosmynameagain

    2 жыл бұрын

    Eat that mother mugging LSD baby AW YEEEEE 🐔

  • @roykisho7086
    @roykisho70862 жыл бұрын

    Man chuck waiting for this video 👍👍 Video is awesome I wish you do some more ethical hacking stuffs too.

  • @shakesthehacker7255
    @shakesthehacker72552 жыл бұрын

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

  • @alisonnelson161

    @alisonnelson161

    2 жыл бұрын

    Did he even explain the video title? did I miss it?

  • @Globbertot

    @Globbertot

    2 жыл бұрын

    @@alisonnelson161 he changed the title a few hours ago and the thumbnail i expect he is gonna respond in a community post or smt

  • @ghangj
    @ghangj2 жыл бұрын

    Dang, I thought I had a good knowledge on anything computer related but your explanations proved that I used shortcuts to know certain stuffs. Thanks for these videos, tutorial, guides and just being an awesome person.

  • @Thriller627
    @Thriller6272 жыл бұрын

    Cheers! love your style. thank you!

  • @NetworkChuck

    @NetworkChuck

    2 жыл бұрын

    Appreciate you!

  • @Grzegorz-Brzeczyszczykiewicz3
    @Grzegorz-Brzeczyszczykiewicz37 ай бұрын

    And those coffee breaks is what makes this series unique :)

  • @QWERTY-ov9tm
    @QWERTY-ov9tm2 жыл бұрын

    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.

  • @tourettesdisorder2

    @tourettesdisorder2

    2 жыл бұрын

    Basic with love

  • @QWERTY-ov9tm

    @QWERTY-ov9tm

    2 жыл бұрын

    @@tourettesdisorder2 good point. I like that explanation.

  • @nabilhmidouch2019

    @nabilhmidouch2019

    Жыл бұрын

    May I ask why Cisco Networking + PowerShell + BASH + Python? What is your plan? It might be interesting for me as i'm only starting to scratch the surface of all this.

  • @belalsalas7266
    @belalsalas72662 жыл бұрын

    You are so good at what you are doing, keep the good stuff going

  • @cooleekova
    @cooleekova2 жыл бұрын

    you are awesome teacher! waiting for the next bash episode too!

  • @dnldnl4880
    @dnldnl48802 жыл бұрын

    Dude I have been trying to learn python for a long time this was the most engaging video i have seen

  • @myfreetimeaccount9450

    @myfreetimeaccount9450

    2 жыл бұрын

    if you need chuck to learn Python then I'm sorry to break it to you but you lack motivation and will never learn it.

  • @andreappelgryn8022
    @andreappelgryn80222 жыл бұрын

    I just love your Python Vids, tnx a lot. Your so entertaining and easy to understand

  • @damiannaziomek8714
    @damiannaziomek87142 жыл бұрын

    Great Job can't wait episode about loops ;)

  • @mukhtarahmed9351
    @mukhtarahmed9351 Жыл бұрын

    man so interesting, you make it so funn, we need more, and more frequently

  • @ingjuanpablofrancolozada6303
    @ingjuanpablofrancolozada63032 жыл бұрын

    Thank you Teacher for class.

  • @GabiBrawl
    @GabiBrawl2 жыл бұрын

    When you see a NetworkChuck new upload: COFFEE TIME :D

  • @joeblack6714
    @joeblack6714 Жыл бұрын

    Professor Bernard actually is the best teacher I've ever had in my entire life, seriously.

  • @FallenFenix
    @FallenFenix Жыл бұрын

    Friend: why is your suitcase so heavy Me: its not that heavy, I only put 10 bidets in it

  • @AfrinFoodVlog669
    @AfrinFoodVlog6698 ай бұрын

    When i didn't know python i just saw your video and cannot understand nothing but after 2 months of python then seeing your video i can understand everything

  • @alastormoody7966
    @alastormoody79662 жыл бұрын

    bro dont go anywhere, keep doing what you do brother!, i jsut subscribed (Y)

  • @monicamoses420
    @monicamoses420Ай бұрын

    As an Indian, I have never been prouder for you using a bidet

  • @anshumishra9368
    @anshumishra93682 жыл бұрын

    Super excited for this I was........ Chuck thank you......

  • @someguyoninternet802
    @someguyoninternet802 Жыл бұрын

    Coding with you was a really nice experience, I guess it is time to go to the next tutorials

  • @joaquinnava2933
    @joaquinnava2933 Жыл бұрын

    Great vid, yet again! I think I can get a grasp of coding at this speed. P.S. my sibling said "that's a peaceful outro."

  • @cjcj5424
    @cjcj54242 жыл бұрын

    Chuck, who does your video editing? Its BOSS!

  • @hardwarehacker
    @hardwarehacker2 жыл бұрын

    Dude! Say it ain't so! Your awesome! On a side note did you see my comments on getting ESXi working on a Pi 400? (see your video on getting ESXi working on a Pi 4) Best of luck with your Post-KZread career! EDIT: I just realized this isn't the end of KZread for NetworkChuck, just for Python... lol

  • @peteranthony8523
    @peteranthony85232 жыл бұрын

    I'm confused. So is this the last you tube video network chuck is releasing? Sorry I've only discovered this channel recently so might be out of the loop

  • @pyp2205
    @pyp22052 жыл бұрын

    Wow, I'm honestly surprised that there were some things I didn't know with lists in Python. I've been a Python developer for 3 years, and I didn't know you can add multiple items into a list with the extend method.

  • @deadeyejac

    @deadeyejac

    2 жыл бұрын

    I think the rest of my coding life will be me going, "You can do it like that?!"

  • @pyp2205

    @pyp2205

    2 жыл бұрын

    @@deadeyejac Yeah I guess that's pretty much in everyone's programming life. I guess I didn't know this, because I don't use lists too often. And plus I don't put multiple items in a list at once.

  • @user-zu1ix3yq2w

    @user-zu1ix3yq2w

    2 жыл бұрын

    itertools is fun..

  • @Mathopoly
    @Mathopoly2 жыл бұрын

    Awesome video ! Quick question what tool do you use to draw on screen?

  • @nozgul3865
    @nozgul3865 Жыл бұрын

    Hi Chuck! Please continue the python course, PLEASE!!! Make us a level 120 wizards as you.

  • @Farreach
    @Farreach2 жыл бұрын

    you should do a video on Stacks and Queues .. they are very power

  • @jorge1869
    @jorge18692 жыл бұрын

    I die with the coffee break scene 🤣🤣🤣🤣🤣🤣🤣😂😂😂😂

  • @UltimateFightFans
    @UltimateFightFans2 жыл бұрын

    INCREDIBLE WORK!

  • @SIGP229TPOC
    @SIGP229TPOC2 жыл бұрын

    I use the 3 seashells.

  • @toko3d
    @toko3d2 жыл бұрын

    Wow! I've only watched a couple dozen videos... AND now you're done?! :-O . good thing I can search through what you did already, although I don't know what having "subscribe" clicked will do now.

  • @MihaiRogoRMF
    @MihaiRogoRMF8 ай бұрын

    I love this series!

  • @itswestm8602
    @itswestm86029 ай бұрын

    Thank you! Where can i find those labs and challenges you are mentioning at the end. I signed up for your Network, but cant find the labs. Please advise.

  • @MyloHigh111
    @MyloHigh111 Жыл бұрын

    We have bidets in our home too, totally agree with you!

  • @Taecy7454
    @Taecy74543 ай бұрын

    Man i love this Series and the Intro is so fking good!!!!!!!!!!

  • @AdityaSingh-mx6fb
    @AdityaSingh-mx6fb2 жыл бұрын

    Let's go programing!!!!

  • @m.kkibunyi1065
    @m.kkibunyi1065 Жыл бұрын

    Chuck, Aren't we going camping? How will you use a Bidet....😂

  • @AliAhmad-su1hw
    @AliAhmad-su1hw Жыл бұрын

    i was like what do you mean lazy just get it done 2:41

  • @kwatkins7272
    @kwatkins72722 жыл бұрын

    Only has 4 more videos and there’ll be 300 videos you’ve uploaded according to your channel stats!! Freaking awesome!! Here’s to 300 more! No quitting! 🍻

  • @myfreetimeaccount9450

    @myfreetimeaccount9450

    2 жыл бұрын

    300 videos and also 400 tutorials he started and never finished with 5/50 videos in each.

  • @cyberdevil657
    @cyberdevil6572 жыл бұрын

    Hi chuck if i kew you would upload i would not have bought a vpn yesterday. We love you man!

  • @BjornNeven
    @BjornNeven2 жыл бұрын

    Great video, great energy

  • @viveknath6073
    @viveknath60732 жыл бұрын

    While you teach us than we think how it's easy your explanation is Too easy and understandable BuT but .. thanks to giving us priceless knowledge we always grateful for your video Thanks network chuck ❤love you

  • @noorjay1363
    @noorjay13632 жыл бұрын

    Thank you for this!!

  • @kerhabplays
    @kerhabplays2 жыл бұрын

    Nice content as always 👌👌👌👌

  • @Nominoom
    @Nominoom Жыл бұрын

    "just add marshmellows.....T h e y ’ r e d e l i c i o u s." 10:20

  • @muaviyaharsalan4414
    @muaviyaharsalan44142 жыл бұрын

    what.. what do you mean "last episode"? There was nothing mentioned about "last episode" in the video. I think you changed the title of the video. I don't know man, feels like clickbait unless I missed something. Was it really clickbait, or am I misunderstanding something?

  • @alienwarex51i3

    @alienwarex51i3

    2 жыл бұрын

    Was most likely clickbait, he changed it now

  • @Krutchhh
    @Krutchhh2 жыл бұрын

    great vid as always

  • @made0fjello
    @made0fjello2 жыл бұрын

    Probably completely OT: Can you make a video about the Hak5 Bash Bunny and some more tools?

  • @code1778
    @code17782 жыл бұрын

    You're just awesome. Love from Bangladesh.

  • @SeraphEvenstar9999
    @SeraphEvenstar99996 ай бұрын

    I always laugh when the coffee sips happen lol. Keep up the awesome work! With ITProTV, do you actually get the certs or do they just cover the material and you need to pay for the tests separately?

  • @davidmcclain1
    @davidmcclain1 Жыл бұрын

    I absolutely love this guy!

  • @RocketLR
    @RocketLR2 жыл бұрын

    Chuck.. I write python automation code for *cough cough* a company that develops 5G network infrastructure.. I still come here to watch and drink coffee.. It soothes the soooouuul.

  • @swallowedinthesea11
    @swallowedinthesea112 жыл бұрын

    LOL, what a coincidence that he mentioned Elden Ring because I started making a text version of Elden Ring in Python three days ago.

  • @frederic_viennot
    @frederic_viennot2 жыл бұрын

    AWESOME !!!!!! thank you so much !!!!

  • @damianestevez2301
    @damianestevez23016 ай бұрын

    Bro lmfao Toilet Paper… that’s good… well… for you because I’m using a bidet

  • @adamjamal2246
    @adamjamal22467 ай бұрын

    yea i just started learning literally yesterday and im finished.right now im just flexing on my friends they are really shocked!😎😎😎

  • @reincarnationofthelightking
    @reincarnationofthelightking20 күн бұрын

    i am going to watch all this lesson again, for better understanding

  • @radtn
    @radtn2 жыл бұрын

    we can use also supplies += [''toilet paper", "bidet"]

  • @filiph.2994
    @filiph.29942 жыл бұрын

    Pleas go on with python i need this. No one can explain it so good as you. I dont have enough money for the nc academy and i love youy python series. pls go on with it pls

  • @swallowedinthesea11

    @swallowedinthesea11

    2 жыл бұрын

    If this is the last video, there's another tutorial by a different user with 32 million views.

  • @channelm8044
    @channelm80442 жыл бұрын

    Great, more python content pls.

  • @AaPerm
    @AaPerm2 жыл бұрын

    Hey dude, would you be able to make a video about Storm Trooper or any similar alternatives? Thanks!

  • @mebutinspace1934
    @mebutinspace19342 жыл бұрын

    Just awesome. Chuck should be the face and voice of Apple or Microsoft or Amazons academies. Just so damn motivating. There's too much grey and drab and plain under-caffeinated content out there. It was high time for it to get eaten and pooped out like Kopi luwak. NetworkChuck, you NEED to teach us more. Right Now! Ethically, of course.

  • @FMC-cp9tt
    @FMC-cp9tt2 жыл бұрын

    I started to learn Python on your channel :) Though now I've moved on from here (not because of poor video quality, it's just that your Python tutorial video upload schedule is not that great), I've gone to FCC, TechWithTim,... Nevertheless, I still learn best from your video, with your teaching style! That's why I keep coming back here, although I've known this stuff pretty well! Thank you for getting me started! I would love to see more videos of this series in the future!

  • @fearisjustaillusion5886
    @fearisjustaillusion58862 жыл бұрын

    This man have my respect.

  • @emmanuelameyaw5686
    @emmanuelameyaw5686 Жыл бұрын

    Thanks man!

  • @Grzegorz-Brzeczyszczykiewicz3
    @Grzegorz-Brzeczyszczykiewicz37 ай бұрын

    Too bad this tutorial has no more subjects like for loops, while loops etc. covered. I've easily grasped all the concepts covered by now here. Chuck, I hope you'll get back one day to finish this cool tutorial. Thanks.

  • @swallowedinthesea11

    @swallowedinthesea11

    6 ай бұрын

    Learn them from other tutorials here.

  • @imfaizzi
    @imfaizzi2 жыл бұрын

    I think Chuck isn't going anywhere from YT instead he's only taking this series to resume from his Network Academy exclusively since he wants to leverage on the series' massive popularity. Good luck!

  • @abdaishabout2016
    @abdaishabout20162 жыл бұрын

    I learned a lot thank

  • @nubletten
    @nubletten Жыл бұрын

    Did you always say "chuck it out?" xD 0:55

  • @fl4mzy709
    @fl4mzy7092 жыл бұрын

    My heart before reading the title: 70 beats/minute My heart after reading the title: 0 beats/minute

  • @danielmiller8004
    @danielmiller80042 жыл бұрын

    @networkchuck do you do privet couching for CCNA im stuck i got ambitious this past year i renewed my security+ now studying for CCNA and then plan on getting Linux+

  • @someoneontheinternet7490
    @someoneontheinternet7490 Жыл бұрын

    i always joke abt how old ppl love their coffee but damn.. you love your coffee

  • @YassinFahmy
    @YassinFahmy2 жыл бұрын

    I see no reason to not subscribe to this legend

Келесі