Q: What is Mutability? A: Mutability means the tendency to change. So, lists are mutable while tuples and strings are immutable. Once we declare a data structure and if we are unable to edit the same(tuples, strings, etc), then it is called immutable data structure, while it is the opposite for mutable data structure(lists, etc).
@ManlyMadhu12311 ай бұрын
So,Nice he Explained previous video of Naveen Reddy bro
@sricharan59187 ай бұрын
Thank you for sharing this
@bruklynbrawlr1212 жыл бұрын
Nobody will tell us these small details like U are doing. Not our college/school teachers, maybe not even our private tutors or most of the KZbinrs either. I cannot express how much I appreciate your work & only wish had I found this channel earlier, would've spared me a lot of troubles. But fortunately it's never too late & now I'm here & enjoying this amazing work of your. Thanks a lot, Sir😊
@avert_5 жыл бұрын
For those..who are unable to find appdata folder ,follow these steps. 1) control panel 2) appearance and personalization 3) file explorer 4) view and then show hidden files...!
@FitVisionTV5 жыл бұрын
or directly type the folder name in the address bar.
@asiyapathan3105 жыл бұрын
Ty really this steps had solved my problem
@raywillaimjhonson5 жыл бұрын
thank u!
@saisrisai96495 жыл бұрын
Ansh Tyagi thank u so much can u tell me why there wer hidden initially
@abdifitahmashquul57355 жыл бұрын
thanks you solved me my promlem for appdata
@smwasamsmwasam57346 жыл бұрын
Just managed to do it. Hope it helps, this is what I did 1) Searched for Environmental Variables in the search bar 2) Look at the bottom right of the box that appears, press ok on the Enviromental Variable box 3) Environmental and System variable box comes up, we want the System box. 4) Go to Path in the System box, press Edit. This is where you need to paste your Python path and script path.
@divyanshusingh61054 жыл бұрын
My sister recommend you... And i think first time her adivce is beneficial for me😂😂
@jabamayeemishra68043 жыл бұрын
Same.... but my brother recommended this to me and now I'm thankful to him
@mohanrao29763 жыл бұрын
Same to me
@Co-VaishnaviKle3 жыл бұрын
same here bro
@shivaananthsithagoundar70013 жыл бұрын
my friend said to me🤭
@kanhaloveryt4483 жыл бұрын
😂😂😂😂
@20minutegamer115 жыл бұрын
To all those people who are struggling to add python into path in environment variables, just follow this: 1)uninstall python 2)reinstall python 3)on the installation screen on the bottom you'll see an option "add to path" 4)just mark it and you'll be fine i think restart might be required do it.
@pankajpal38005 жыл бұрын
thanx brother it helped me
@20minutegamer115 жыл бұрын
@@pankajpal3800 happy to help
@hemanthyoga23055 жыл бұрын
Thank you sreekanth, it worked.
@20minutegamer115 жыл бұрын
@@hemanthyoga2305 happy to help
@dobbysurfs Жыл бұрын
thanks
@aishwaryakattul55675 жыл бұрын
Sir, u r the best teacher ever... U r the treasure of programing...
@lakshkaushik63664 жыл бұрын
Madam pataka lagti ho
@subhasishbhowmick89124 жыл бұрын
@@lakshkaushik6366 bhai photo gyb🤣
@Manishsingh-uw5mo3 жыл бұрын
@@lakshkaushik6366 i dont think kuch padha hoga tune creep.
@harshabasavaraju46095 жыл бұрын
It just osm what u explain it will go directly to our head sir !!!! Actually I am felling guilty about myself because if I pay money also no one will teach like this !!! :)
@benindi4 жыл бұрын
This course is getting more interesting video after video, Thank you Sir
@basicnoob38324 жыл бұрын
for those who are doing this now the current python setup has a option to set path 3.8.2 supports it and you dont need to follow these steps Edit: It's 2021 may and still works
@shivoshitajhalta80614 жыл бұрын
Thanku so much. I was worried about it for quite a while. Have a good day buddy..
@shivanshsharma39714 жыл бұрын
Thax bro
@abhishekkadam12854 жыл бұрын
@@shivoshitajhalta8061😍😍
@easy-peasygrammar13044 жыл бұрын
Thank you 😊 and as Shivoshita said have a great day
@aadityasharma68554 жыл бұрын
Wtf i am confused soo sososososos much
@aditisonawane64854 жыл бұрын
Navin sir seriously ur awesome...ur teaching style is soo amazing.. thank u sir for this series...🙂
@worldofcharisma3723 Жыл бұрын
I'm so lucky that my master's class friend suggested these videos to me and I must tell you, you are doing a really great job!!!
@ahmedhbaieb19734 жыл бұрын
omg you are a hero a legend .... after suffering searching for 6 hours you finally helped me thank you
@hackerdharshini38013 жыл бұрын
In windows 8 how-to set up this ??
@ashutoshambule12334 жыл бұрын
Really sir!! Your Teaching is Like❤ Angaaar 🔥🔥.. Mujhe aajtak college me kuch nhi smjha but aapka pdhaya sab kuch smjhta hai 🔥🔥🙏🙏🌼🌟😊
@Raja555king5 жыл бұрын
Mutable means after created in python we can change the thing... Thank you very much sir for your teaching...
@sudharshanbomma1238 Жыл бұрын
Thank you so much Bro😍. I never see this type of explanation in any other channels. You are feeding like OPEN BANAANA AND PUT IT IN MOUTH. You are not only teaching us python you also teaching how to grasping the content and how to remember it👏👏👏👏
@madhumajumdar92755 ай бұрын
Who's here in 2024 ?
@sankalelemeitaron27695 ай бұрын
I'm here
@CAbhishek-jb4xu3 ай бұрын
@@sankalelemeitaron2769 bro can we learn this in 2024 i mean is it up to date is it worth watching
@icloud_asap3 ай бұрын
me
@seanonwurah67653 ай бұрын
I am😂
@Thepoliticalpulse0073 ай бұрын
Hi
@Ajaysaini0812 жыл бұрын
Mulability: mutable means changeability in any thing. like: lists are mutable i.e we change list doing certain operations append, delete, sort, etc and tuple: are immutable we not modify tuple like we do operations in lists dictionary: It is storing values in form of keys and values set: sets not have duplicates but sets are mutable.
@Reforitor5 жыл бұрын
Mutability basically means changeability. eg- Lists are mutable whereas Tuples aren't (I'm not quite sure about Sets) Edit: Sets are mutable too. :)
@pankajagrawal11635 жыл бұрын
Sets are immutable.I tried below example:- >>> x {1, 2} >>> x[0]=2 Traceback (most recent call last): File "", line 1, in x[0]=2 TypeError: 'set' object does not support item assignment
@upendharvanam42474 жыл бұрын
bro sets are immutable...bcz they don't follow a proper sequence...
@sandeepgsastry47313 жыл бұрын
@@upendharvanam4247 sets are mutable
@smritisingh38103 жыл бұрын
@@pankajagrawal1163 Sets are mutable because we can add and remove items from sets. However, indexing is not supported in Sets therefore you cannot use x[0] = 2. It does not follow a sequence, hence no indexing.
@sanujamethmal91884 жыл бұрын
I was messing things up cause i have deleted the Path variable by mistake. Then i add it again. But fed up with other tutorials, how to set the python environment variable. I found this video very good. simple and neat explenation. Thank you very much it worked!
@jhitgotjuice97824 жыл бұрын
i really do appreciate you taking the time to make these videos to help others understand how to program 👍🏽
@fauziyambarak9383 Жыл бұрын
Thanks Navin , following up on the tutorials . After installing python , try restarting your machine and go back to cmd and check for python by typing py.
@BitcoinBabu3696 жыл бұрын
Thank you brother I really love the way you teach/attitude. Please keep going. Stay blessed and happy.
@avsiva36975 жыл бұрын
In object oriented functional programming, a mutable object is a object whose state can be modified after it is created. and vise versa for immutable object.. eg: list for mutable and tuple for immutable. TQ very much for ur amazing session.
@Shido_arc5 жыл бұрын
It's been a while I am watching this series and it's really helping me out 😍, thank you for such great videos
@vijayendrakumar395 Жыл бұрын
Mutability is the ability to change. We can make changes in LIST, but not in tuple and strings bcz of their immutable nature. Also, we have index option only in List and tuple but not in strings.
@mannemsrikanth36555 жыл бұрын
Answer for Quiz : Mutability means tendency to change, i.e we can change the value of object with out changing its identity Example:: list, set are mutable
@boorugulaxmankumar33255 жыл бұрын
Thank you Navin Reddy for excellent teaching, knowledge sharing
@manormajain5714 жыл бұрын
Mutable means change, we could change values in a set this process of changing or altering something is known mutabilility
@RandomGuy019473 жыл бұрын
You are better than the Skillshare tutors.
@rajk74305 жыл бұрын
Hi Navin, Thank you for your incomparable knowledge being shared. I am working on Spark using Scala. I am curious to know if i will be able to code in python for Spark by the end of your sessions. Thanks again
@rajibpal77574 жыл бұрын
Mutable means the value you have put can be changed..as example tuples or strings..but lists are mutable that means you can change the values...btw u r such a awesome teacher
@smritisingh38103 жыл бұрын
Mutability means the ability to change (can be changed after it's created). Lists: Mutable Tuple: Immutable Sets: Mutable Dict: Mutable (Dict keys are immutable, but Dict on whole is Mutable)
@hareramasaipinisetti2523 жыл бұрын
Mutable means: we can make changes to the object. If we consider the object as a list, yes it is mutable because we can increase/decrease the size of the list. But not with the case of tuple.
@VishuencApp5 жыл бұрын
Very Nice .. Thank you Dude. You are "Excellent" .. Great understanding in Python and Training Skills.
@amruthasankar3453 Жыл бұрын
Thankyou sir🥰🥰🥰🥰 Answer of the quiz: An object that allows you to change its values without changing its identity.
@karatugba4 жыл бұрын
When I watching your videos ,I never look at the time and I never understand how the time end quickly, and I never get bored.
@tejaskumark96023 жыл бұрын
Quiz solution muatability - change of the string value lists a = sunder a[0] = 's' a[0] = 't' mutability occurs only in lists
@tejmaximus38935 жыл бұрын
telusukunna :)
@prameelaprameela62814 жыл бұрын
Telugu?
@vikasreddy89754 жыл бұрын
@@prameelaprameela6281 he might be
@cybsectel4 жыл бұрын
nuvu telugu
@sravanthipatabandhula13224 жыл бұрын
I am also learning python on apps and docs and from you but help option is very useful. Thanks a lot anna
@rachitbhatt400004 жыл бұрын
Java's first program: "Hello World" Python's first program: 2 + 3
@gobhai3 жыл бұрын
As a java programmer I used hello world in python, some habits never die
@rachitbhatt400003 жыл бұрын
I totally agree, bhai.
@girijavarma52713 жыл бұрын
Mutability means it can be changed whenever we want.
@AvulaJayanth6 жыл бұрын
Mutable means change values
@rakeshpandey92154 жыл бұрын
u said that pop up would appear once or twice but its appearing regularly with no result and yes ur teaching is best
@smwasamsmwasam57346 жыл бұрын
Problem, trying to get pathway to work. It keeps giving me the following:- 'python' is not recognized as an internal or external command, operable program or batch file.
@vedantarora6164 жыл бұрын
I am getting the same error bro have you got the solution
@nithishabolloju36264 жыл бұрын
Even I'm getting the same.....can anyone help me out to solve this:)
@Gagandeep_0144 жыл бұрын
same bro
@roadbrashrb15184 жыл бұрын
I'm not sure if this issue was solved but typing py instead of python worked for me.
@Royalleoking4 жыл бұрын
Same problem
@raviraimittal Жыл бұрын
Mutability refers to the ability to modify the object after creation. for eg LIST is a mutable object as we can do various operations like addition, deletion, removal; unlike tuples and strings.
@vidhyanachiappan7485 жыл бұрын
Sir for creating a path , I followed your steps but I don't get Intel (app data) configurtion when I move from users to app data ! Is there any alternative step is present?
@aradhyajain3875 жыл бұрын
Just go to your python icon on desktop, right click on it, select "open file location" you will find it. Then proceed with the steps as told by sir.
@avert_5 жыл бұрын
app data folder is generally hidden. to make it visible ,go to control panel,apps and personalization, file explorer ,view and show hidden files! ..
@rrsk88_farming6 жыл бұрын
Mutability in Python means that numbers can be changed according to our use. This is the first time I'm programming because of u sir...thanks I've 6 GB ram in laptop.. Is it sufficient for programming?
@rrsk88_farming6 жыл бұрын
Telusko Learnings Thanks 🙏
@mallikeshwarappa48984 жыл бұрын
Could you please let me know, why/when we have to use python in command (CMD)
@sarathkasyap48126 жыл бұрын
Hi Naveen Reddy, Your giving a gud guide and knowledge to know about python its really great. It really helping me alot. Really thabk you soo much Can you suggest any best docs to know more detail way.
@akhilareddy28794 жыл бұрын
Can you please let me know "How to add path in Mac Terminal?"
@padminikalburagi17834 жыл бұрын
Mutability means I think...where we can change the values for example in lists we can...but in tuple we can't...n Tqsm sir for this amazing video🤗
@areebakhatoon89984 жыл бұрын
whenever i m selecting a topic like LISTS or TUPLES it displays a msg ---- 'more' is not recognized as an internal or external command,operable program or batch file
@Thunder___bolt4 жыл бұрын
Exactly me to same problem ...!!! Have you found any solutions..!! Plz help me bro..!! I have struck with this for longtime...!!
@madhankumarc84164 жыл бұрын
@@Thunder___bolt press space bar; it will show remaining content instead of --more--
@madhankumarc84164 жыл бұрын
press space bar; it will show remaining content instead of --more--
@Thunder___bolt4 жыл бұрын
@@madhankumarc8416 Thank for the idea...I will try it...👍👍
@ashokreddy82733 жыл бұрын
Mutability means changing the values in place;eg: strings, sets, dictionaries,lists are mutable.
@_sugamuga4 жыл бұрын
"Of Course you should be watching my videos " lol 😂😆🤣😂😆🤣
@anshulyadav79384 жыл бұрын
hahahahahhaa
@PankajKumar-oc5yp5 жыл бұрын
Mutability means tendency to change means in python if we create a list, list is mutable means we can add, del elements so lists are mutable and we can not change the element values in tuple and string are immutable means we can not add and del elements .
@cm170706 жыл бұрын
Sir AAP python ke tutorial poore daloge
@rakshitks78506 жыл бұрын
Jaya Vishwakarma he will put 1 to 2 videos daily after recording..
@niteshmalviya4926 жыл бұрын
Mere mai user folder mai Jane k baad data ka folder show nhi ho raha hai toh kaise set karu path please me
@chughprabhkirat41415 жыл бұрын
Mutability is when an object state can be changed/modified after it is created. Example - Lists. In contrast immutability is when an object state cannot be modified after it is created. Example - Tuple, Strings.
@Rs-sh2fs6 жыл бұрын
I couldn't set path in my Windows 7, 32 bit. Please help
@Arvind.Arav19985 жыл бұрын
yes me too.....how now?
@DeepakKumar-uz4xy5 жыл бұрын
bhai ek kaam kr jha bhi tune python ide download kiya h na vo path copy kr then go to environment variables and then in system variable select path then select new then in box paste hit enter
@YasirKhan-we2sk5 жыл бұрын
@@DeepakKumar-uz4xy still not working i added it exactly how you said but you forgot that you have to put in the name of the variable ?? even when i did so still getting not found error in cmd the right way is to add a semicolon
@sahil10275 жыл бұрын
@@surjithsundaresan9175 thx bro it really helped
@kylokay15 жыл бұрын
Telusko if you arn't selling your courses on udemy and other like e-learning sites you should. your tutorials are easy to understand, you communicate very well, and are very informative. keep up the good work buddy
@meghapriyaisrael31205 жыл бұрын
Iam not able to add the path
@uniledger6 жыл бұрын
Any Linux user here ?
@kanunswain54186 жыл бұрын
me
@vighneshmallampally66276 жыл бұрын
Me
@AmirAli-id9rq4 жыл бұрын
loved that part "instead of buying any books , instead of .. hmm u should be watching my videos' . Great video, no matter who u are u are always a salesman... And am gonna watch ur videos :)
@engr.suliman63454 жыл бұрын
thank you sir you are a true genius and deserve to be mentioned bcz you helped me alote in learning python and now spreading your knowledge to others
@pleasegmid5 жыл бұрын
hey bro, instead of quit, you can also simple enter to come out of help mode. i am 8 years old. i find your videos very helpful. thank you
@jaybhamare89434 жыл бұрын
Sir before this I was making notes of functions in lists and other modules, thank you for this information you made my work easy
@shubhampatrick6 жыл бұрын
Changeability. Lists are mutable. Tuples are not, meaning once you initialize them, they can't be changed.
@meetdave76595 жыл бұрын
Mutability in PYTHON means after creating a variable in PYTHON, we can make certain changes in it... Your Videos improve my learning...
@meetdave76595 жыл бұрын
Thank You so much to HEART my comment
@srishtisrivastava33374 жыл бұрын
mutability is the property of changing, per se. if we are able to change the value of the list, lists are said to be mutable whereas the content of set cannot be changed, once declared, therefore sets are immutable in nature.
@shankargope2475 Жыл бұрын
Wonderful explanations of foundations👌. I don't think the way you are lifting the curtains to reveal secrets, I can get somewhere else👍. This reflects clearly your passion and dedication to teach. Really blessed to be under your guidance sir❤🔥 Mutability means we can alter the state like in List.
@benitto_rajf61785 жыл бұрын
Really help full sir, l learned java because of u and now time to learn python,
@niranjanbhondave21252 жыл бұрын
Mutability is a feature exclusive to sets and lists. It is the ability of the lists and sets to update and add new values to the existing collection of data.
@yashkhanna26026 жыл бұрын
Mutability: in which we can change the values Ex: List is mutable and tuple is immutable.
@chiragsharma20214 жыл бұрын
Thank you Navin for this phenomenal work, just wanted a bit of help i am using python on ubuntu cmd terminal. The ctrl +space for auto completion is not working any suggestions?
@yashtyagi59003 жыл бұрын
Navin you are awesome the way you delivering the knowledge in your videos is great , before subscribing your channel I went through couple of channels but I found something is messy but in your videos the way you are taking the level up is actually not realizing. Thanks for making the videos, these are really very helpful for a person like me who is from non technical background.
@gayatrikhuspe90023 жыл бұрын
i really do appreciate you taking the time to make these videos to help others understand how to program 👍🏽 [same]
@gayatrikhuspe90023 жыл бұрын
good
@pubalibanerjee32864 жыл бұрын
mutability means to change value.Example-list is mutable and tuple ,set are immutable.
@chanikyakancharla09683 жыл бұрын
This is really cool stuff
@ramsatyamyadav12723 жыл бұрын
Mutability means the property of arguments whose values can be changed. Correct me if I wrong.
@richa14nov4 жыл бұрын
Hi Naveen, Thanks for sharing these videos, I do have a question. When I am typing help> LISTS, I am getting a message like Squeezed text (90 lines). For some of the topics, it's working but for a few topics, it's giving the same kind of error. Can you please let me know what is that? I will appreciate if you can reply to my comment here. Regards Richa
@vijeysrini4 жыл бұрын
No doubts ur videos are cool and nice, but what I like the most, those last few words, the tone in which you say "Bu Bye" :-)
@pratyushkumarmaharana54314 жыл бұрын
Mutablity simply means 'which we can change'..... Ex. List and set are mutable . We can insert and delete. Tuple is immutabe because we cannot change it.
@ashroorkee4 жыл бұрын
I have been following your videos & they are great! The only thing that I find amiss is a related practice exercise. If I search online, it's not in the same sequence as the video series, making it difficult to practice video-by-video :(
@suhasatnoor135 Жыл бұрын
Teaching is amazing ! 💚
@suhasatnoor135 Жыл бұрын
Thank u sir
@MrManoranjansethy6 жыл бұрын
We can manipulate the index values whenever we required...this concept known as mutability
@jyothsnachigullapally75574 жыл бұрын
Thanks a lot sir.This free service wouldn't go in vain and results you in great gain
@Luffy_D_19995 жыл бұрын
Ur lectures + comment section = knowledge
@LavkushKumar-wd8kb6 жыл бұрын
i am becoming fan of yours....the way you explain every thing is awsm....
@saimadhavarao2 ай бұрын
For those confused on the 2nd video of this series while downloading Python Navin clearly mentions to select the option "Add Python.exe to the path" option if you did that you should be fine but if not then you follow this video.
@tejaskhuba20094 жыл бұрын
i have downloaded your vedios and i am learning python now
@sanafathima74123 жыл бұрын
I found coding easier with your interesting lectures...Thanks a bunch sir
@Raghunath-zc5tz5 жыл бұрын
Really awesome, the way you explain is really fantastic. Easy to understand even for non technical guy.
@jagadhishvegi982 жыл бұрын
Mutability means changeable. For example lists are mutable that we can append or remove an item whereas in tuple it is immutable.
@lopamudrarath12165 жыл бұрын
Your vedios make me more interested in learning new languages.
@ChisomoSendeza5 ай бұрын
you have just gained a follower.....thank you so much sir
@chetanpatidar15394 жыл бұрын
can you provide some questions for practice after every lecture because it will help us .
@Nomadharjit4 жыл бұрын
I am a kid , and trying to learn python :) your lectures are great pls keep it up.
@MrVikas28feb4 жыл бұрын
You are a born teacher. Amazing tutorials. very well explained. keep up the good work.
@azadarekarbala52603 жыл бұрын
#quiz mutability means that we can do some changes and immutable means we can not perform any change. e.g. Lists and sets are mutable means we can change the elements in lists and sets but tuples are immutable means we can not change its elements.