Don't know how I got this channel but it's really awesome in explanation . Easy to understand . Thanks
@AmulsAcademy3 жыл бұрын
Glad to hear that :)
@sola294310 ай бұрын
I just started watching this series but I can tell I'm going to learn a lot with a minimum of effort. 🙏
@FNS_chn10 ай бұрын
same here😄 it may take some time though
@SanjoliVashisth Жыл бұрын
List: It retains order of elements and it is used to store different data types are dynamic in nature operations: indexing, sort, mutable(can modify it), del, append, pop Tuples: It is immutable, stores different data structures, faster than the list. Operation: indexing
@thecoderoom35934 жыл бұрын
too good tecaher ,highly teaching skills,a big thanks :)
@AmulsAcademy4 жыл бұрын
You are welcome! :)
@newbee26253 жыл бұрын
your voice is awesome
@AmulsAcademy3 жыл бұрын
Thank you 😊
@timeverson948011 ай бұрын
@@AmulsAcademy😢😢😢😢😢😮😢😢😢😢😢😢😢😢😢😢😢
@timeverson948011 ай бұрын
@@AmulsAcademy😢
@vladivostok8536 ай бұрын
@@timeverson9480 enduku edustunnav ra puka
@Flash-qr5oh4 жыл бұрын
Your videos are too good great teacher!
@AmulsAcademy4 жыл бұрын
Thank you! 😃
@skrish7215 Жыл бұрын
Big thanks for your way of teaching...
@vijaymani2 жыл бұрын
Ur teaching style is great 👍
@amerv32 жыл бұрын
Tomorrow is my exam 😁😁😁😂!!this is use full for me Thank you ❣️
@digantaghosh44854 ай бұрын
just the playlist i wanted which many big techie youtubers failed to provide
@ShobhithaChandrakumarАй бұрын
Really awesome teaching mam
@sibirajendran38404 жыл бұрын
Mam I haven't found a good teacher until you!
@AmulsAcademy4 жыл бұрын
Wow, thank you :)
@darkxxslayer21093 жыл бұрын
@@AmulsAcademy yeah u r good...i like your voice
@AmulsAcademy3 жыл бұрын
Thank you :)
@prashantrai11762 жыл бұрын
Mee too
@poojapalekar0054 жыл бұрын
Aptitude coding problem with there solutions .... which improves logical of coding Also cracked the company apptitude coding round
@nintran8861 Жыл бұрын
It's really helpful. Thank you!
@vampiriclion11764 жыл бұрын
Cara amica che gioia vederti oggi!! Eccoti un fiorellino 🌻
@gopikrishna5681 Жыл бұрын
A small correction 5:40 tuples are immutable not mutable. Good explanation 👍
@jm-xv3wh Жыл бұрын
please to clear concept , give us some example from real life project , also clear us in real project how we use tuple Data, in which situation we use tuple as compare other data structure but tell us in real project , every video we come across with as ( 'a' , ' b' , ' c ', 'd ') or ( 1, 2, 3, 4,5 ) , but even once in your lecture if you explain any project real time project we can make picture in mind , then it will easy to understand clearly every subject or topic otherwise we are empty . With regard , hope you will consider it , Javaid Mahmood - Pakistan Lahore
@bhaskarmarri7092 Жыл бұрын
excellent presentation and methodology
@sivaprakash18894 жыл бұрын
Best explanation Mam....👍👍
@AmulsAcademy4 жыл бұрын
Thank you :)
@ganpatinatrajan58902 жыл бұрын
Great Explanations 👍👍👍
@Russiandostindia7 ай бұрын
At 5:40 sec u got confused ......tuples are immutable right ? But u said mutable once check it mam
@SirajafridiSirajafridi-bb7zt Жыл бұрын
Hi, Nice explanation Think you very much
@nareshdhonthisaram69347 ай бұрын
Thank you mam for your excellent explanation
@bhargavadevarakonda14563 жыл бұрын
In the video your Saying, 5:25 tuples are immutable and 5:40 tuples are mutable which is right?
@AmulsAcademy3 жыл бұрын
Tuples are immutable 😊
@umeshahire51352 жыл бұрын
I just love ❤ your voice😍
@MRFF-qu8th Жыл бұрын
Naga saala😂
@girishkrishnayadav6693 Жыл бұрын
Tuples are immutable right value can not be changed
@SatyarthRanjan-lt1tz8 ай бұрын
in 5:40 you said tuples are mutable pls change that it can cause confusion among students overall your content is awesome
@ayushanand26414 жыл бұрын
best teacher
@AmulsAcademy4 жыл бұрын
Thank you :)
@Rgaming13463 жыл бұрын
Sweet voice ❤️❤️❤️
@Aryansingh-fk7hy3 жыл бұрын
Can I have immutable type ds in a list?, like tuple nested in a list!!. Pls clear.
@AmulsAcademy3 жыл бұрын
If we have tuple inside the list, you can’t modify that. but in that situation we can’t call list is immutable because we can append values to list 😊
Can you tell me an example of a program where we choose to use tuple rather than list...
@AmulsAcademy3 жыл бұрын
When you don't want to modify a group of data after creating it. :)
@shamshadansari20182 жыл бұрын
very helpful.. please complete playlist.....
@ox_technorus3 жыл бұрын
5:40 tuples are mutable? :)
@bhupendravyas62134 жыл бұрын
Mam Are list and Array same kind?
@AmulsAcademy4 жыл бұрын
Yes but in list you can store any type of data :)
@abhinandansingh11059 ай бұрын
Which editor is she using I am confused
@fayazmuhammad59834 жыл бұрын
Very informative video
@AmulsAcademy4 жыл бұрын
Thank you :)
@shaikmaksood87744 жыл бұрын
Kindly make more videos on stack overflow concepts..
@AmulsAcademy4 жыл бұрын
Sure :)
@JigarThacker3 жыл бұрын
Each thread (main is default thread) is given fix stack memory e.g. 8MB. Local variable, function return address while calling, function arguments will be stored on stack memory in LIFO(Last In First Out) way. As stack memory is limited for a thread, more local variable of large size struct/class will eventually make the stack memory full and at last stack overflow error will occur and your program/exe will crash. Stack memory is generally starts from last address of ram and it is decreasing in order but it is dependent of processor architecture of your cpu on which exe is running.
@riyasaxena5210 Жыл бұрын
Thanks 👍
@najeebhafeel51803 жыл бұрын
Love u madam ❣️❣️❣️ Clean and clear
@AmulsAcademy3 жыл бұрын
Thank you :)
@neverstoplearning18062 жыл бұрын
Hello Amulya, i have a private question to ask you about a problem i am facing in a python script i am trying to write. how can i get your help on this?
@dhirendraprasad65522 жыл бұрын
Is there any nots of this lecture is provided
@nomadpj4 жыл бұрын
Upload more videos on topics like linked list tree etc plzzz
@AmulsAcademy4 жыл бұрын
Sure :)
@sandeepanand3834 Жыл бұрын
at timestamp 5:40 .. you mentioned tuple are mutable... need correction