Added sections 2-4

This commit is contained in:
David Beazley
2020-05-25 12:40:11 -05:00
parent 7a4423dee4
commit c06face3a5
21 changed files with 5639 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 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.