Mutable vs Immutable - Python

Profile Picture
- Published on Nov 6, 2018馃審 Public

In this video I go over a very detailed explanation of mutable and immutable objects in python. This is an extremely important concept and is is vital that you understand it if you program with python. Mutable objects are changeable and act differently in memory than other objects. You can create copies and aliases of them. Immutable objects are standard data types that cannot be changed or aliased.

Mutable Objects:

  • dict
  • list
  • set Immutable Objects:
  • int
  • str
  • float
  • bool etc..

Want To Support This Channel? Bitcoin: 1PbkAYLFaJBgjbKn2ptGyBz65xWN8hJgBU Ethereum: 0xdd42dbbdba60f7163fc7a840e189474b6e8bfcad Ripple: rD4arM9CVjQWqi8f1kxdpCgkCgEkqBgtud

Please leave a LIKE and SUBSCRIBE for more content!

Tags:

  • Tech
  • Tech With Tim
  • Python Tutorials
  • Mutable Objects
  • Immutable objects
  • Mutable vs Imuttable python
  • Python mutable
  • Python immutable