Added sections 2-4
This commit is contained in:
7
Notes/02_Working_with_data/00_Overview.md
Normal file
7
Notes/02_Working_with_data/00_Overview.md
Normal 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.
|
||||
Reference in New Issue
Block a user