Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain how to copy an object in Python.

Answer Posted / chaitanya

There are two ways in which objects can be copied in python.

Shallow copy & Deep copy.

Shallow copies duplicate as minute as possible whereas Deep copies duplicate everything.

If a is object to be copied then

-copy.copy(a) returns a shallow copy of a.

-copy.deepcopy(a) returns a deep copy of a.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the input function in python?

905


Describe python usage in web programming?

928


Whenever you exit python, is all memory de-allocated?

837


Is java or python better?

814


Which is faster c++ or python?

756


How can you create a gui based application in python for client-side functionality?

795


What are the python types?

803


How to convert sting to number and viceversa in python?

855


How to convert a numpy array to a python list?

869


What does netflix use python for?

871


What is the use of globals() function in python?

790


What is the purpose of pythonpath environment variable?

904


Write program to validate the email address in python?

794


How to reload a python module?

890


Is instagram written in python?

774