Concepts Simplified #1: Memory References

Published: 05 November 2020
on channel: Bek Brace
553
40

This is a quick video attempting to explain what memory references are in Python programming language.
Generally speaking, a reference is a name that refers to the specific location in memory of a value (object).
References take the form of variables, attributes, and items.

DEV profile : https://dev.to/bekbrace
Github profile: https://github.com/BekBrace