Skip to content

Commit c06face

Browse files
committed
Added sections 2-4
1 parent 7a4423d commit c06face

21 files changed

Lines changed: 5639 additions & 0 deletions
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Working With Data Overview
2+
3+
In this section, we look at how Python programmers represent and work with data.
4+
5+
Most programs today work with data. We are going to learn to common programming idioms and how to not shoot yourself in the foot.
6+
7+
We will take a look at part of the object-model in Python. Which is a big part of understanding most Python programs.

0 commit comments

Comments
 (0)