Module (4%)
Section (7%)

Copying objects using shallow and deep operations

In this module, you’ll learn how to copy Python objects. Specifically, you'll learn about:

  • object: label vs. identity vs. value;
  • the id() function and the is operand;
  • shallow and deep copies of the objects.


Section summary concept