From the course: Python Code Challenges for Object-Oriented Programming
Practice object-oriented programming with Python - Python Tutorial
From the course: Python Code Challenges for Object-Oriented Programming
Practice object-oriented programming with Python
- [Jonathan] Robert Martin, the author of "Clean Code," said the ratio of time spent reading versus writing code is well over 10 to one. And so as a Python developer, one of the things you want to do is to reduce the amount of boilerplate code so that your code is easy to read and easy to understand so that it can be modified if required. Believe me, your fellow developers will thank you for it. Now, one of the best ways to learn is to practice and get input from an experienced Python developer. I'm Jonathan Fernandes with years of Python expertise under my belt. Join me to work on hands-on exercises writing clean object-oriented code in Python.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.