Python: Deep Copy vs Shallow Copy

preview_player
Показать описание
Learn the differences between shallow copy and deep copy in Python, and how to use various methods of copying Integers, lists and objects.
#python #pythonprogramming
Рекомендации по теме
Комментарии
Автор

Up to now, i hadn't quite gotten the difference between the two. Thanks to your video, now that's crystal clear, thank you!

pwmmxte
Автор

Thank you for the video. It was pretty useful for me. I have a question: in a double For loop with <i> and <j> as counter, if <i> go from 0 to 20, and <j> goes from <i> to 20, the assignment <j=i> works, I mean if <j> changes its value, <i> remain with its own value. Why?

ameikala
Автор

Watching from Pakistan, very helpful, keep up the good work!

sngmkfx
Автор

Thank you so much for the video, it explains everything so clearly!

lipinghu