How variable (references) works (python memory management)?

preview_player
Показать описание
In this tutorial we will learn how variables (references) works in python through an animation.
In python every variable is a reference pointing to an object.

Related links:

Keywords:
python, python3, reference, variable, memory management, pointers, object, python memory model, python garbage collector

#CSglitz #Python #PythonReferences
Рекомендации по теме
Комментарии
Автор

You have explained very well, I was just confused with the python variable object referencing

vinitdhull