Python Classes and Inheritance
Key Takeaways
Covers Python classes, instances, inheritance, and design for concise data representation and code reuse
Original Description
This course introduces classes, instances, and inheritance. You will learn how to use classes to represent data in concise and natural ways. You'll also learn how to override built-in methods and how to create "inherited" classes that reuse functionality. You'll also learn about how to design classes. Finally, you will be introduced to the good programming habit of writing automated tests for their own code.
The course is best-suited for you if you are already familiar with Python fundamentals, which are covered in the "Python Basics" and "Python Functions, Files, and Dictionaries" courses (courses 1 and 2 of the Python 3 Programming Specialization). It is optional to have taken the "Data Collection and Processing with Python" course (course 3 of the specialization), but knowledge of retrieving and processing complex nested data is helpful.
This is the fourth of five courses in the Python 3 Programming Specialization.
Watch on External: Coursera ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: AI Pair Programming
View skill →Related Reads
📰
📰
📰
📰
IVS: The Conference at the Heart of Japan’s Startup Ecosystem
Medium · Startup
Before You Build Your Startup, Build This Instead.
Medium · Startup
india’s specialty chemicals market goes beyond factories
Medium · Startup
Startups Just Raised $510 Billion in Six Months. The AI Gold Rush Has Its First Real Number.
Medium · Startup
🎓
Tutor Explanation
DeepCamp AI