11. Objects and Classes

Опубликовано: 23 Май 2018
на канале: Python Things
1,740
16

Let's start learning how to create class and objects in python.

Objects in programming are like objects in real life. Like life, there are different classes of objects. In this notebook, we will create two classes called Circle and Rectangle. By the end of this notebook, you will have a better idea about :

-what a class is

-what an attribute is

-what a method is

Don’t worry if you don’t get it the first time, as much of the terminology is confusing. Don’t forget to do the practice tests in the notebook...