Introduction
The primary purpose of many computer applications is to display and analyze data. Many types of data can be represented in a tabular format, and wxPython has several different controls to help in displaying this type of data. In this chapter, we will take a tour of some of the main ways to display data in a wxPython application. This includes recipes on how to use ListCtrls, Grids, and DataViewCtrls components to display and interact with data in various ways within an application.