Chapter 5. Object-Oriented Programming and MVC
In this chapter, we will cover the following recipes:
- Structuring our data with a class
- Composing widgets to display information
- Reading records from a CSV file
- Persisting data into a SQLite database
- Refactoring using the MVC pattern