Python lists, sets, and tuples explained 🍍

  Рет қаралды 308,212

Bro Code

Bro Code

Күн бұрын

Пікірлер: 141
@BroCodez
@BroCodez 2 жыл бұрын
DRINKING GAME: Take a shot every time I say the word *pineapple* # List = [] ordered and changeable. Duplicates OK # Set = {} unordered and immutable, but Add/Remove OK. NO duplicates # Tuple = () ordered and unchangeable. Duplicates OK. FASTER
@Br0_CoDeS
@Br0_CoDeS Жыл бұрын
Thanks buddy
@imfrommars7362
@imfrommars7362 Жыл бұрын
@@tomjones8293 bro read the but Add/Remove part
@jeffryancheta8925
@jeffryancheta8925 Жыл бұрын
May I know what IDE youre using please
@dimitriwest8258
@dimitriwest8258 Жыл бұрын
@@jeffryancheta8925 thats pycharm
@emil_qxy
@emil_qxy 11 ай бұрын
@@jeffryancheta8925 he's using pycharm
@jcoronav
@jcoronav 11 ай бұрын
I have seen dozens of tutorials, including the most known. Categorically, I can say yours are the best: clear, simple, intelligent speech. This is particularly appreciated by a non native English speaker. Thanks..
@DanielHai-ow3km
@DanielHai-ow3km 4 ай бұрын
This and NeuralNine.
@BüblySnowfláke-m3x
@BüblySnowfláke-m3x 10 ай бұрын
You're the only guy who explains the Python to my understanding. Tnx very much😊
@shocky6302
@shocky6302 2 жыл бұрын
I have recently been learning Python, and I will say that I am thankful for running across your channel. Thank you for all the knowledge and experience you teach and share! I hope to become successful in coding someday soon!
@johnsally8320
@johnsally8320 Жыл бұрын
How far have you gotten?
@akshitdadheech9870
@akshitdadheech9870 9 ай бұрын
Update bro
@mayracarreno4123
@mayracarreno4123 9 ай бұрын
man, I've never learned code's topics this fast and clear, THANK YOU!!!
@clairewilliams9416
@clairewilliams9416 2 ай бұрын
I’ve watched a few python videos now and yours are the only ones I’ve found that leave me feeling like I can actually do this. You explain things so simply and clearly.
@godoy_
@godoy_ 5 ай бұрын
Made this code while studying this After a few minutes trying stuff, finally worked! Please try it! fruits = [] more_fruit = input("Do you want to add fruits? Y/N: ") while more_fruit == "Y": one_fruit = input("Please enter your Fruit(E to exit): ") fruits.append(one_fruit) if one_fruit == "E": break else: continue else: pass if len(fruits) > 0: fruits.remove("E") print(f"You Have {len(fruits)} fruit/s") listing = input("Do you want to know what fruits are in the list? Y/N: ") if listing == "Y": for x in fruits: print (x) else: pass else: print("No fruits!")
@extendedsomeone
@extendedsomeone 17 сағат бұрын
WOW! That's Great 👍
@HelicopterRidesForCommunists
@HelicopterRidesForCommunists 2 жыл бұрын
Love the nice, clear, concise, and easy to understand style of your teaching.
@말랑물만두족제비
@말랑물만두족제비 Жыл бұрын
why is this video way better than my 1k uni course
@yukikimino-k7s
@yukikimino-k7s 6 ай бұрын
I've been looking a python course like this and finally I've found this. I love you bro code.
@ptd3v
@ptd3v 6 ай бұрын
This is easily the best video on this topic out there.
@yanasitta
@yanasitta 10 ай бұрын
I really enjoyed and learned a lot quickly from this video. Easy to follow and concise. Thank you.
@jayman8001
@jayman8001 Жыл бұрын
This was incredibly useful and easy to understand. Thank you sir.
@fbushphone
@fbushphone 6 ай бұрын
You're the man, thank you for freely sharing your knowledge it is much appreciated
@mohammadnoori9278
@mohammadnoori9278 Жыл бұрын
Thanks for all the efforts you are putting on making these videos. They are extremely helpful to me to organize what I've been learning. This video was really good and I want to ask if you can cover more advanced methods for them in another video. Thanks again.
@balkanarchist1914
@balkanarchist1914 8 ай бұрын
The concepts are easy to understand, but it's still a great reference for beginners like me.
@zr0724
@zr0724 2 жыл бұрын
bro please make a video on how to make your java program use internet protocols and other stuff like API of WhatsApp , etc.
@JDgiggles
@JDgiggles Жыл бұрын
Thank you so much for these videos. I yearn to become a programmer, and this really helps.
@lal_1404
@lal_1404 8 ай бұрын
Thanks, for the summarized details info. i was looking for this in all the others presenters tutorials, but i can't. My search ends here. Thanks once again.🙏
@janlim9374
@janlim9374 3 ай бұрын
You are very good at explaining things
@witwoowitwoo2287
@witwoowitwoo2287 2 жыл бұрын
i love these videos iv spent many many hours watching. Im learning so much who knew so many things as changed over the years. i used to do coding many many years ago when there was only microsoft frontpage and notepad 🤣 keep up the great work
@prathampatel8808
@prathampatel8808 Ай бұрын
You are always a great teacher. 🎉🎉🎉
@ShaikSameer-u7b
@ShaikSameer-u7b 10 ай бұрын
Bro you explained well and very easily now i realise now I'm learning
@ronitsworld9388
@ronitsworld9388 2 ай бұрын
Better and shorter than paid course Good Job!!
@cozycubix
@cozycubix Жыл бұрын
Thanks, Good Job Professionally delivered.
@_Tomaszeq
@_Tomaszeq 7 ай бұрын
Thanks bro for lists and all these collections, you are master
@jatauinnocent7956
@jatauinnocent7956 Жыл бұрын
I am truly educated with the lesson
@hirootto2771
@hirootto2771 9 ай бұрын
I had to leave a thanks, your video is really well explained and easy to understand
@SHREYASPATEL-wh1ki
@SHREYASPATEL-wh1ki 7 ай бұрын
amazing explaination sir thank you so much....
@al-cadaalachannel3194
@al-cadaalachannel3194 2 жыл бұрын
Teacher thanks. If you finished this course teach us python for advanced
@lydiabirnbaum8018
@lydiabirnbaum8018 26 күн бұрын
super helpful and direct video!
@nikosvasilopoulos5540
@nikosvasilopoulos5540 15 күн бұрын
Bro, you are awesome. Thank you!
@wrtreinador
@wrtreinador 9 ай бұрын
Clear explanation, thank you.
@send2gokul
@send2gokul 4 ай бұрын
You are the best out there bro. Just no words to describe your effort to make things simple. Kudos to you man.
@thinkandquestion1305
@thinkandquestion1305 6 ай бұрын
A great tutorial. Thanks
@MannyBernabe
@MannyBernabe Жыл бұрын
I like the collection framing. Helpful.
@mlfreak2471
@mlfreak2471 Жыл бұрын
Amazingly well explained
@aritradas6588
@aritradas6588 2 жыл бұрын
Love your videos bro
@piano_depois_dos_50
@piano_depois_dos_50 4 ай бұрын
Thank you, Bro! : ) You are my angel.
@nfsheat1456
@nfsheat1456 8 ай бұрын
sad for pineapple
@sanunitwaibu529
@sanunitwaibu529 Жыл бұрын
hello...your tutorials are extraordinary. can you please create a tutorial on python built-in functions(all built in functions there are 71). i hope you will work on it. thank you.
@ботяра-й5х
@ботяра-й5х 2 жыл бұрын
feel bad for you, this useful material don't getting views, but thank you for teaching us (and me actually) coding
@drewxx8527
@drewxx8527 2 жыл бұрын
JavaScript: I'm more advanced than you Python: I'm Easy than you. Your giving people mentalbreak down
@HishamButt-ue5rc
@HishamButt-ue5rc Жыл бұрын
you earned a new sub! excellent teacher was struggling with these!
@beforechrist1193
@beforechrist1193 Жыл бұрын
Best bro ever
@rontarrant
@rontarrant 8 ай бұрын
Just off the top of my head, I can't think of any practical use for a set. Your thoughts?
@ranjithramanathan7663
@ranjithramanathan7663 Жыл бұрын
nice
@311DaveR
@311DaveR 9 ай бұрын
Awesome - great job
@jasonn5196
@jasonn5196 5 ай бұрын
Wow you are good. Spot on!
@kieljnsz
@kieljnsz 5 ай бұрын
This is amazing. Thanks!
@Trè_Mar
@Trè_Mar 5 ай бұрын
Great tutorial!
@JoaoLima-pq1hm
@JoaoLima-pq1hm Жыл бұрын
Excellent work, bro
@პროგრამირებისშესახებ
@პროგრამირებისშესახებ 3 ай бұрын
I'm Georgian and I can't understand English my English is low level should you tell some advices to understand this basic python things
@markmilan57
@markmilan57 10 ай бұрын
Bro will you make a video about asyncio in python? It will be helpful a lot.
@altarious7251
@altarious7251 Жыл бұрын
great lesson
@JamesBondRJ707
@JamesBondRJ707 Жыл бұрын
great 👍👍👍
@kamal9294
@kamal9294 2 жыл бұрын
Bro i want Artificial intelligence and machine learning in python or advanced python
@LauwaliIsaDk
@LauwaliIsaDk 2 жыл бұрын
I like your style bro.
@kwameasedaboydsom8796
@kwameasedaboydsom8796 4 ай бұрын
Hello Can the for fruit in fruits work for a set?
@decktoe
@decktoe 2 жыл бұрын
can u do in the next video lua video
@KeithJayalal
@KeithJayalal 7 ай бұрын
What if there is a multidimensional array?
@sherubawon1
@sherubawon1 Жыл бұрын
Curious..why use immutable for set and unchangeable for tuples if the words almost mean the same thing?
@jubbed5826
@jubbed5826 2 жыл бұрын
hello u can make video with Ruby (programming languages)
@SpookXDD
@SpookXDD 16 күн бұрын
what app do you use for your videos????
@durlabhbiswas860
@durlabhbiswas860 2 жыл бұрын
Thanks Bro! It is in my syllabus and I am so doomed 💀
@binarycloud1843
@binarycloud1843 10 ай бұрын
Good stuff!!
@imelaniiiie
@imelaniiiie Жыл бұрын
Do you have ARRAYS in python?
@Muhaiminul_coding_club
@Muhaiminul_coding_club 10 ай бұрын
thank you man,, this is cooler 😎 😎
@misslaurenbecca
@misslaurenbecca 7 ай бұрын
omg. Why did they not teach us about help() on day 1 of college?
@Mythiril
@Mythiril Жыл бұрын
why do you say sets are immutable? They're unhashable so by python definition they're mutable? otherwise they would have been hashable. Is there a reason why you consider them immutable?
@DS.Fahad03
@DS.Fahad03 7 ай бұрын
Thank you, Sir
@SasiKumar-un5zw
@SasiKumar-un5zw 2 жыл бұрын
Waiting for react tutorial...
@ISOPOINTQCS
@ISOPOINTQCS 5 ай бұрын
THANK YOU !
@bekkhanh
@bekkhanh Жыл бұрын
brief and easy to remember :)
@TN61GAMER
@TN61GAMER 2 жыл бұрын
Waiting for this video 🤗🎉
@to4698
@to4698 9 ай бұрын
🖐 Thanks a lot ! (❤,👍,🧔‍♂,🙋,🐝,🌼)
@tee-hee9553
@tee-hee9553 2 жыл бұрын
If you know please tell me how account store all its data.
@BUNNY-yh2wg
@BUNNY-yh2wg 8 ай бұрын
bro!!!! Sets are mutable sorry to correct , but it requires correction
@gencmuhendis8401
@gencmuhendis8401 5 ай бұрын
Thank you!
@andrewamirzadeh7678
@andrewamirzadeh7678 2 жыл бұрын
Whatever happened to the intro of “hey what’s going on everybody, it’s your bro here.”?!?!?!?
@tugkaneren1722
@tugkaneren1722 2 ай бұрын
Isn't a set supposed to be mutable?
@Bleedpool
@Bleedpool Жыл бұрын
Thank you
@rewardedwithemaan646
@rewardedwithemaan646 2 жыл бұрын
Hey bro code, do you think you will make a full BASH play list? I.E suggesting
@tara2337
@tara2337 8 ай бұрын
GREAT!!
@KatRollo
@KatRollo 8 ай бұрын
Instead of single "variable", I would probably use the term "container" that stores multiple values. But in the world of microservices, "container" means something else. 😅 Thanks for the Py tutorials.
@phanikiran9826
@phanikiran9826 10 ай бұрын
no, can't be that easy. In utter disbelief!
@erekle99
@erekle99 2 жыл бұрын
good!
@lolman6976
@lolman6976 2 жыл бұрын
please tell me your extensions on vs code
@krishwadhwani47
@krishwadhwani47 2 жыл бұрын
I think he uses PyCharm.
@Pgertse7
@Pgertse7 Жыл бұрын
Hi Bro Code i`m learning python and are followng you video and has learned alot. I trying to write a code with the user input where it adds up a string of numbers like ect 12345678910123 every second number in a string of number. then i want to minus it with 10 if it is more than 10 ect 14 to get the number 4. How do i write the code im stuck?
@nahomhailu961
@nahomhailu961 2 жыл бұрын
Let's go Brooo
@nelsonphiri3473
@nelsonphiri3473 2 жыл бұрын
hey man can you help me load a graph on GUI in java
@trxlly
@trxlly 2 жыл бұрын
Thnxx
@ombhide9165
@ombhide9165 Жыл бұрын
Love U bro
@H3XED_OwO
@H3XED_OwO 11 ай бұрын
sounds a lot like sets in maths
@mny_11
@mny_11 4 ай бұрын
goated video
@adam-vip
@adam-vip 2 жыл бұрын
👍👍👍
@rockichannel3102
@rockichannel3102 2 жыл бұрын
yes I am first...
@Ravi.Kumar-
@Ravi.Kumar- 2 жыл бұрын
Recursion pls😢
@lympexyt6969
@lympexyt6969 2 жыл бұрын
AYO IM EARLY PLS GIB ME HEART
@BroCodez
@BroCodez 2 жыл бұрын
ok
@peaklegacy146
@peaklegacy146 5 ай бұрын
Don't throw the pineapple out with the pizza
Python dictionaries are easy 📙
8:06
Bro Code
Рет қаралды 255 М.
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 279 М.
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 45 МЛН
Ice Cream or Surprise Trip Around the World?
00:31
Hungry FAM
Рет қаралды 15 МЛН
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 4,2 МЛН
Python Tutorial for Beginners 4: Lists, Tuples, and Sets
29:05
Corey Schafer
Рет қаралды 1,5 МЛН
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 208 М.
How To Use List Comprehension In Python
6:41
Taylor's Software
Рет қаралды 10 М.
Python: Data Structures - Lists, Tuples, Sets & Dictionaries tutorial
19:01
Oggi AI - Artificial Intelligence Today
Рет қаралды 338 М.
Python 2D collections are easy ⬜
8:39
Bro Code
Рет қаралды 54 М.
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 326 М.
5 Good Python Habits
17:35
Indently
Рет қаралды 606 М.
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,2 МЛН
Python shopping cart program 🛒
7:14
Bro Code
Рет қаралды 112 М.
Trick-or-Treating in a Rush. Part 2
00:37
Daniel LaBelle
Рет қаралды 45 МЛН