Python: Deep Copy vs Shallow Copy
HTML-код
- Опубликовано: 7 янв 2025
- 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
Code: github.com/joe...
Up to now, i hadn't quite gotten the difference between the two. Thanks to your video, now that's crystal clear, thank you!
Watching from Pakistan, very helpful, keep up the good work!
thanks for simple explanation
Thank you so much for the video, it explains everything so clearly!
Thank you for the video. It was pretty useful for me. I have a question: in a double For loop with and as counter, if go from 0 to 20, and goes from to 20, the assignment works, I mean if changes its value, remain with its own value. Why?