List & Tuple - Python Complete Course | Most Important topic In Python

  Рет қаралды 15,495

Sumit Mittal

Sumit Mittal

Күн бұрын

Пікірлер
@arunsundar3739
@arunsundar3739 9 ай бұрын
it becomes clear now why certain methods don't work on Tuple , but on List, the immutability aspect, easier to reason out things now, thank you very much sir :)
@HariPrasad-gm7ce
@HariPrasad-gm7ce 9 ай бұрын
Whether it is Big data or Sql or Python It is the Sumit sir way of teaching the subject makes him Unique & topmost..🎉🎉
@vandanapatil8182
@vandanapatil8182 9 ай бұрын
No doubt you are the best teacher in India 😊🎉
@sopankardile-w1t
@sopankardile-w1t 9 ай бұрын
One of the best way to learn pyhton here thank you so much sumit sir.the way of your teaching which is very bes & helpfull for me .Thank you once again.please also upload more videos.
@sumitmittal07
@sumitmittal07 9 ай бұрын
glad that you liked it
@atifhafeez8832
@atifhafeez8832 9 күн бұрын
Hi Sumit Sir, Just quick question. At 28:45, you have used continue in the for loop? what is the need of it when the same can be achieved only with a single if statement? Because as far as I know the for loop will iterate all the values unless a "break" statement is encountered.
@pridename2858
@pridename2858 4 ай бұрын
Hi Sumit sir, this course is absolute gem. Shockingly just few thumbs up clearly indicates that true guru is still out of reach from vast aspirant of Data community. Guys just go through the course 2-3 times, I am on second time and enjoying the crisp clear contents for Data related job.
@4n3roid
@4n3roid 2 ай бұрын
39:53 Sort and Reverse will not work for Tuple as they are sequence type and immutable data structures.
@SoumyaBiswas37
@SoumyaBiswas37 Ай бұрын
Yes. We can use count() for tuple data types because we are not changing any value and it will just display the count of occurrence
@shrutisamal
@shrutisamal 9 ай бұрын
very insightful session! truly appreciate the fact that you have included the real life prod based applications rather than just demonstrating the syntax and rarely used functions. looking forward to next session. cheers!
@ArpitSrivastava1994
@ArpitSrivastava1994 9 ай бұрын
Great video sir ! This is the most concise way in which these concepts should be explained
@shikhashikha6290
@shikhashikha6290 9 ай бұрын
yes count, sort, reverse work in tuple
@rahulreddy5237
@rahulreddy5237 Ай бұрын
we can do count() method in tuple because it is data retrieval not manipulation
@GANESHPATIL-q6t
@GANESHPATIL-q6t 2 ай бұрын
Great way of teaching. Thank you sir!!
@avibitm
@avibitm 9 ай бұрын
no one can replace you as mentor for me thanks for every thing
@sumitmittal07
@sumitmittal07 9 ай бұрын
thank you very much
@abhishekn786
@abhishekn786 9 ай бұрын
Your way of explaining topics is insane🔥
@srinivasankapally
@srinivasankapally 9 ай бұрын
Super content sir, if possible can you please provide this content as a pdf or any blog for future reference.
@abhis8888
@abhis8888 2 ай бұрын
Thank you so much summit sir you made it so easy to learn
@swapnaligaikwad9291
@swapnaligaikwad9291 9 ай бұрын
Completed 3rd session Loved it ❤❤
@arpithaks3467
@arpithaks3467 7 ай бұрын
your teaching skills is to good thank you sir
@vannaap5087
@vannaap5087 4 ай бұрын
Great explanation 👌
@pcmvenkatesh
@pcmvenkatesh 8 ай бұрын
Loved it a lot. Thank you so much Sumit Sir. God bless you.🥰
@AniketPatil-yr1iw
@AniketPatil-yr1iw 7 ай бұрын
38:40 :: print(order.count(50)) --> this command is applicable for tuple as well 👍 bcz we are not makin any changes 40:10 :: orders.sort() print(orders) --> this will not work for tuple bcz we are changing the seq of data inside the tuple and In tuple it wont allow
@josephvincent1040
@josephvincent1040 3 ай бұрын
Awesome series. Absolute Gem :-). Thank you Sumit sir, for this awesome series.
@sreenivasulareddy-s1w
@sreenivasulareddy-s1w 9 ай бұрын
Hi Sumit Sir Are you going to cover PANDAS and NUMPY libraries as well ?
@nasibsingh3594
@nasibsingh3594 8 ай бұрын
The code at 34:30 will not work if we keep last value in list other than int and float. Program will throw error saying list out bound
@kalyan769
@kalyan769 9 ай бұрын
for tuple also same we can find the count of elements
@syedahmed6763
@syedahmed6763 8 ай бұрын
Thank you for making these videos. It's a great refresher before the interviews. Btw we can count() on a tuple.
@sreedharasameerkumarilapav8505
@sreedharasameerkumarilapav8505 9 ай бұрын
excellent sir. Thank you so much.
@Daily_Dose_010
@Daily_Dose_010 9 ай бұрын
Sir please give discount to big data course at trendy tech, its too costly
@sumitmittal07
@sumitmittal07 9 ай бұрын
the course is much more worth, there is a no cost emi that you can opt for
@AkshayNagare-w6x
@AkshayNagare-w6x 8 ай бұрын
​​@@sumitmittal07sir atleast allowed to pay fees in installments not everyone have credit card or money to at a time please think on installments payment option it would help many students to build their carrier in data engineering it's request sir
@AkshayShinde-bf3jp
@AkshayShinde-bf3jp 8 ай бұрын
Yes, orders.count(), orders.index() are applicable in tuple Whereas orders.sort() and orders.reverse() not applicable in tuple
@diptigupta8258
@diptigupta8258 9 ай бұрын
Sir , can you cover List comprehension . It helps in reducing the code length and i don't understand it well
@kaladharnaidusompalyam851
@kaladharnaidusompalyam851 9 ай бұрын
Waiting for Set & Dicts session. Thank you SIr
@sumitmittal07
@sumitmittal07 9 ай бұрын
Very soon
@karthikeyankarthik4752
@karthikeyankarthik4752 8 ай бұрын
Super sir, it's useful to me.
@diptigupta8258
@diptigupta8258 9 ай бұрын
reverse will mot work for tuple as it will change the tuple.
@PujaPrasad-qu1yi
@PujaPrasad-qu1yi 6 ай бұрын
Hello @sumit sir, I tried for while condition for list, It's keep running for more than 20min. Can i get to know why? order_amount = [100,200,None,"invalid",300,400.5] i = 0 sum = 0 while i < len(order_amount): if type(order_amount[i]) == int or type(order_amount[i]) == float: sum = sum + order_amount[i] else: i = i + 1 continue i = i + 1 print(sum)
@thordreamer7465
@thordreamer7465 5 ай бұрын
Hello @PujaPrasad, The increment after continue cannot go out of if loop , check the indentation correctly for i = i + 1 .
@kaladharnaidusompalyam851
@kaladharnaidusompalyam851 9 ай бұрын
because of immutable feature Tuple won't accept for sorting the item position and also reversing the items.It got fixed with index entire the pipeline
@SoumyaBiswas37
@SoumyaBiswas37 Ай бұрын
Sort() and reverse() won't work for tuple because data will be modified in these cases
@ShivrajSingh-x5j
@ShivrajSingh-x5j 9 ай бұрын
amazing session
@adireddy2954
@adireddy2954 8 ай бұрын
Hi, Do you have an notes for this PYTHON course. if yes, please provide
@Aziz-oi1qt
@Aziz-oi1qt 6 ай бұрын
nice explanation
@rushikesharulkar4728
@rushikesharulkar4728 9 ай бұрын
Sir, I am unable to find the text files you are making for notes. Where can I find those? Thank you.
@sumitmittal07
@sumitmittal07 9 ай бұрын
I will be adding it to Github and sharing the link in the description in the upcoming videos.
@jaisriram8989
@jaisriram8989 9 ай бұрын
Thank you for this excellent content!
@sumitmittal07
@sumitmittal07 9 ай бұрын
Glad you enjoy it!
@bharathchary5927
@bharathchary5927 9 ай бұрын
Sir When ur going to upload The 4th video .
@navjotsingh-hl1jg
@navjotsingh-hl1jg 9 ай бұрын
sir please har roz aap python ki video upload kara karo
@arpithaks3467
@arpithaks3467 9 ай бұрын
please share running notes it will be helpful to us
@DeekshaSrivastava-r7j
@DeekshaSrivastava-r7j 9 ай бұрын
will you teach arrays and virtual arrays
@sumitmittal07
@sumitmittal07 9 ай бұрын
Will be covered as part of the upcoming videos.
@RITURAJRANJAN-st7dv
@RITURAJRANJAN-st7dv 8 ай бұрын
great content
@shobhittiwari2014
@shobhittiwari2014 9 ай бұрын
sir when is next video getting uploaded ?
@sumitmittal07
@sumitmittal07 9 ай бұрын
on tuesday, 26th march
@gowthams.v6004
@gowthams.v6004 6 ай бұрын
only none and invalid will come in else part this logic of it becoming an infinite loop i am not able to understand can anyone explain me what is happening thanks in advance time:31 mins
@AmarSi218
@AmarSi218 9 ай бұрын
Sir How many sessions will be there in this playlist ?
@sumitmittal07
@sumitmittal07 9 ай бұрын
many more...
@AmarSi218
@AmarSi218 9 ай бұрын
I am thinking to take big data course i have exp with powerbi and sql currently learning python from your videos i am asking about total session because i am planning to enroll in April
@kalyan769
@kalyan769 9 ай бұрын
for tuple sort & reverse will not work
@kiranmg4831
@kiranmg4831 9 ай бұрын
Even for set
@sakshijain3534
@sakshijain3534 9 ай бұрын
Thanks sir
@sumitmittal07
@sumitmittal07 9 ай бұрын
Welcome
@naginafathima4562
@naginafathima4562 9 ай бұрын
Please number your sessions so that audience is not confused about the order. Thank you!
@sumitmittal07
@sumitmittal07 9 ай бұрын
sure
@KiyanshLife
@KiyanshLife 9 ай бұрын
"sort" and "reverse" are not work for tuple =>Immutable
@hari_1357
@hari_1357 9 ай бұрын
Set elements are immutable but the set itself is a mutable object
@sumitmittal07
@sumitmittal07 9 ай бұрын
I will cover all this granularity about set in upcoming session in proper detail.
@skjahangir3800
@skjahangir3800 9 ай бұрын
Update on Next Video?
@sumitmittal07
@sumitmittal07 9 ай бұрын
on tuesday, 26th march
Master Dictionary Data Structure in Python with Real time Use cases
52:06
Непосредственно Каха: сумка
0:53
К-Media
Рет қаралды 12 МЛН
Python Language Fundamentals & String Operations | Session 2
1:22:48
Sumit Mittal
Рет қаралды 23 М.
10 Important Python Concepts In 20 Minutes
18:49
Indently
Рет қаралды 387 М.
10 Python Comprehensions You SHOULD Be Using
21:35
Tech With Tim
Рет қаралды 162 М.
Python Complete Course | Variables & Data Types | Session 1
56:43
Sumit Mittal
Рет қаралды 73 М.
Data Types in Python | Python for Beginners
21:58
Alex The Analyst
Рет қаралды 133 М.
SQL session 10 | Logical Operators | Trendytech
27:29
Sumit Mittal
Рет қаралды 40 М.
4 Recently asked Pyspark Coding Questions | Apache Spark Interview
28:39
Python lists, sets, and tuples explained 🍍
15:06
Bro Code
Рет қаралды 336 М.