Python Shallow Copy And Deep Copy

preview_player
Показать описание
This video contains the comparison between shallow copy and deep copy

what are the limitations of shallow copy and when should we use the other one. Whenever you want to change the compound objects, only that time make use of the deep copy because deep copy.
For more detailed analysis you can refer python documents.

#Python
Рекомендации по теме
Комментарии
Автор

Great video, never had this much understanding about copy... Keep up.

ryujayin