Skip to content

Commit 753e7f1

Browse files
authored
Merge pull request #20 from drjwbaker/patch-1
Looks good. Thanks for the pr, @drjwbaker
2 parents 659582b + 75a0ea8 commit 753e7f1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

episodes/03-foundations.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ This does not mean that the computer isn't useful. Given a repetitive task, an e
3838

3939
### Beyond the Interface
4040

41-
Much of the work that you do with data may be completed through a software interface. Your archival catalog and excel spreadsheets are interfaces that allow you to view your data more easily. The data itself is organized into structures that many of you will be familiar with but is much more text heavy and may not be as simple for humans to read. The structures are simple for
42-
43-
### Data structures for computers
44-
41+
Much of the work that you do with data may be completed through a software interface. Your
42+
archival catalog and excel spreadsheets are interfaces that allow you to view your data more
43+
easily. The data itself is organized into structures that many of you will be familiar with, but
44+
is much more text heavy and may not be as simple for humans to read.
45+
4546
### Plain text formats are your friend
4647

4748
Why? Because computers can process them! Structures and formats that may be easier for humans to read often cannot be read by computers.

0 commit comments

Comments
 (0)