Python an Immutable Object

preview_player
Показать описание
Describes the immutable nature of an integer object and introduces garbage collection.
Рекомендации по теме
Комментарии
Автор

this channel deserves more subscribers.

Harish-oudy
Автор

A very clear explanation of Garbage collection. Thank you

anurasenarathna
Автор

I do not know how to thank you for your videos, they are so useful and your explanation is very clear, and I am very happy to be your subscriber :)

maya
Автор

What an wonderful explantion, Mr JPJ, Thanks a lot!

sadipiralabasireddy
Автор

This happened same with the lists also.After changing the value of one of the variables in list, it changes its id after assigning another, so can we say lists are immutable?

sreejareddygummi
Автор

Wow! Things are _now_ getting interesting :)

asmartbajan
Автор

And what happens if again I reassign first_number=2? Is another new object created or is the variable reassigned to the first object?

elliulla
Автор

Really good Videos.  Is there anywhere one can download all the slides ?  This would really help remember so of these concepts.  The idea is to store them and recall them in ones memory to make the understanding of these concepts solid in memory.

sonyou
Автор

Is the garbage collection algorithm also used for harddisks as well? I heard the data on your harddisk is not deleted actually pointers are deleted pointing to the data, that is why, it is possible to retrieve deleted items.

confidential
Автор

Is there any way to figure out whether a particular datatype is immutable or not.

newname
Автор

My search ends here.Than Q very much john philip jones....Will u please give me programs for FACTORIAL AND FOR FIBONACCI john and thanks in advance

rayapupurushotham