| title | tags | sidebar | permalink | toc | week_num | series | weight | |
|---|---|---|---|---|---|---|---|---|
Week 6 |
|
home_sidebar |
Week_06.html |
false |
6 |
Week-by-week series |
0.6 |
{% include custom/series_week_by_week.html %}
- 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
- 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' }}
{% 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 %}
{% 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 %}
{% 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 %}
{% include image.html file='checkmark.png' alt="Check mark icon" position="right" max-width=75 %}
- Be starting to feel comfortable in Python
- Understand loops and conditionals in Python and how they are similar to the same ideas in Bash
- Be able to work with strings, manipulating them, printing them, etc.
- Be able to open a file for reading or writing
{% include custom/office_hours.html %}
{% include custom/series_week_by_week_next.html %}