Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the concepts of mutable and immutable objects in Python. Immutable objects cannot be changed after creation, while mutable objects can be modified. The lecture explains the differences between these two types of objects and provides examples of native container types like lists, tuples, sets, and dictionaries.