Skip to content

Latest commit

 

History

History
96 lines (76 loc) · 3 KB

File metadata and controls

96 lines (76 loc) · 3 KB
title tags sidebar permalink toc week_num series weight
Week 6
week-by-week
home_sidebar
Week_06.html
false
6
Week-by-week series
0.6

Week 6: {{site.wk06_mon_date | date: '%b %d' }} - {{site.wk06_fri_date | date: '%b %d' }}

{% include custom/series_week_by_week.html %}

Overview for Week {{page.week_num}}

  • Getting started in Python
  • Using Python on the command line
  • Using Python in Jupyter notebooks
  • Python flow control (contitionals and loops)
  • Functions
  • Iteration
  • try/except
  • Strings and string manipulation
  • File I/O

What's due by the end of the week?

  • Nothing is due this week
  • Problem Set 3 will be available Monday. It is due {{site.ps_3_due | date: '%A, %B %d' }}
  • Quiz 3 will be available on Monday. It 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/013_before.html %}
{% include day/013_during.html %}

For Wednesday

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

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

For Friday

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

{% include day/015_before.html %}
{% include day/015_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. Be starting to feel comfortable in Python
  2. Understand loops and conditionals in Python and how they are similar to the same ideas in Bash
  3. Be able to work with strings, manipulating them, printing them, etc.
  4. Be able to open a file for reading or writing

{% include custom/office_hours.html %}

{% include custom/series_week_by_week_next.html %}