Skip to content

Latest commit

 

History

History
90 lines (70 loc) · 2.83 KB

File metadata and controls

90 lines (70 loc) · 2.83 KB
title tags sidebar permalink toc week_num series weight
Week 8
week-by-week
home_sidebar
Week_08.html
false
8
Week-by-week series
0.8

Week 8: {{site.wk08_mon_date | date: '%b %d' }} - {{site.wk08_fri_date | date: '%b %d' }}

{% include custom/series_week_by_week.html %}

Overview for Week {{page.week_num}}

  • SciPy, NumPy and Pandas introduction
  • Using Python modules
  • Data visualization with Matplotlib

What's due by the end of the week?

  • Quiz 3 due {{site.quiz_3_due | date: '%A, %B %d' }}
  • Problem Set 3 due {{site.ps_3_due | date: '%A, %B %d' }}
  • Problem Set 4 will be available on Friday. It is due {{site.ps_4_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/018_before.html %}
{% include day/018_during.html %}

For Wednesday

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

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

For Friday

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

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

By the end of this week you should

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

  1. Know how to use regular expressions in python
  2. Be able to scrape data from websites with BeautifulSoup
  3. Be able to get data from web services using their APIs
  4. Be generally aware of SciPy and Numpy

{% include custom/office_hours.html %}

{% include custom/series_week_by_week_next.html %}