What is the difference between `deepcopy` and `shallow copy`?
Answer Posted / nashiinformaticssolutions
A shallow copy creates a new object but does not create copies of nested objects, while a deep copy creates copies of all nested objects as well.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do lambda forms not have statements?
What is pyunit in python?
Name few python web frameworks for developing web applications?
You are required to scrap data from imdb top 250 movies page. It should only have fields movie name, year, and rating.
Can we develop a web application using Python
In python,how to read a file line-by-line into a list?
What is a for loop in python?
Is there a way to remove the last object from a list?
What are the arithmetic operators that python supports?
What is split used for?
What is python orm?
How can you pick a random item from a list or tuple in python?
What is typecasting in python?
How would you check if MySQLdb is installed?
Why python is popular nowadays?