What you'll learn
In this Project you’ll follow along with our step-by-step instructions and build your own Planner application using Core Python. You’ll create several classes, modelling the different types of reminders in this application, mastering concepts such as Abstract Base Classes, Proper Base Classes, and Virtual Base Classes.
Table of contents
Setup
1h
- Set up your local environment for this project. We'll walk you through everything you need to know, including how to install and configure your environment to be able to complete all of the tasks.
Build Your App
2h
- This is the only module of this Project and will focus on building the application.