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.
Watch video What's in a name - Python Tutorial #2 online without registration, duration hours minute second in high quality. This video was added by user DMK Data 17 November 2017, don't forget to share it with your friends and acquaintances, it has been viewed on our site 91 once and liked it 3 people.