Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 965 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 965 Bytes

Week 3: Structured Data

Rocky!

Lesson

Lesson document

  1. Making data more complicated
  2. Text files and binary files
  3. Lists
  4. CSV
  5. XML

Homework to do before Week 4

Do:

  1. Do or review the Programming Historian command line tutorial because we'll be doing a lot of stuff in the command line next week!

  2. Let's continue to practice algorithmic thinking. Write out in plain English an algorithm to guess whether a text represents English, French, Portugese, Urdu, Simplified Chinese, or "other".

  3. Manually write out an XML document that contains the data in your CV.

  4. Watch "Git Explained in 100 Seconds" without paying too close attention for now to all the commands that get brought up. We're going to do way more Git stuff next week, so don't worry about the details for now!