Skip to content

Latest commit

 

History

History
86 lines (67 loc) · 2.67 KB

File metadata and controls

86 lines (67 loc) · 2.67 KB
title tags sidebar permalink toc week_num series weight
Week 7
week-by-week
home_sidebar
Week_07.html
false
7
Week-by-week series
0.7

Week 7: {{site.wk07_mon_date | date: '%b %d' }} - {{site.wk07_fri_date | date: '%b %d' }}

{% include custom/series_week_by_week.html %}

Overview for Week {{page.week_num}}

  • Lists, Dictionaries and Tuples
  • Regular Expressions in Python
  • Scripting data acquisition from websites and APIs

What's due by the end of the week?

  • Problem Set 3 is due {{site.ps_3_due | date: '%A, %B %d' }}
  • Quiz 3 is due {{site.quiz_3_due | date: '%A, %B %d' }}

For Monday

{% include image.html file='monday.png' alt="Calendar icon with Monday" position="right" max-width=75 %}

{% include day/016_before.html %}
{% include day/016_during.html %}

For Wednesday

{% include image.html file='wednesday.png' alt="Calendar icon with Wednesday" position="right" max-width=75 %}

{% include day/017_before.html %}
{% include day/017_during.html %}

For Friday

{% include image.html file='friday.png' alt="Calendar icon with Friday" position="right" max-width=75 %}

Homecoming, No class
Homecoming, No class

By the end of this week you should

{% include image.html file='checkmark.png' alt="Check mark icon" position="right" max-width=75 %}

  1. Understand the importance of handling errors and how to use the try/except functions
  2. Understand the Python data types list, dictionary and tuple

{% include custom/office_hours.html %}

{% include custom/series_week_by_week_next.html %}