In the course, I am explaining in detail basic concepts about object-oriented programming. I am showing how can you use those concepts in Python. Python, in comparison to other programming languages (Java, C #) has its own way of presenting certain object-oriented programming concepts, which can be unusual for people who did not use Python before.
Knowledge of object-oriented programming is necessary when applying for a Junior Developer job. Therefore at the end of the course, I prepared 10 interview questions that might appear during the recruitment process. Each question has a proposed answer.
In each chapter, I am explaining the theory of a given topic with an example of implementation in Python. In addition, at the end of each chapter, I have prepared homework to test your knowledge. So you can write a practical task and check your understanding of the particular section. There is available also a solution for each homework.
Course content:
Basic information about classes and objects
Encapsulation - getters, setters and @property
Inheritance
Special / magic methods in Python
Instance, class, and static methods in Python
Polymorphism in Python
If you would like to learn how object-oriented programming is used in Python, I think I can help you :)
5344
45
TAKE THIS COURSE