Concepts Simplified #1: Memory References

Опубликовано: 05 Ноябрь 2020
на канале: 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