# Working With Data Overview In this section, we look at how Python programmers represent and work with data. Most programs today work with data. We are going to learn to common programming idioms and how to not shoot yourself in the foot. We will take a look at part of the object-model in Python. Which is a big part of understanding most Python programs.