What's in a name - Python Tutorial #2

Опубликовано: 17 Ноябрь 2017
на канале: DMK Data
91
3

In this video we take a closer look at what happens when we assign a name to an object. Arguably, names and objects are the two central concepts of python. That is because everything in python is an object. This is hard to appreciate at this stage of our learning experience but even the code you write is an object in the eyes of python. The way to keep objects alive while python is running is to assign a name and the name is our way to reuse the object. That is why names are so important. While everything is an object, every object has a type and different types are able to do different things. A number can do mathematical things and a string can do word things. The main goal here is to introduce the concepts of objects, names and types and to highlight their importance.


Смотрите видео What's in a name - Python Tutorial #2 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь DMK Data 17 Ноябрь 2017, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 91 раз и оно понравилось 3 людям.