Skip to content

Latest commit

 

History

History
88 lines (68 loc) · 2.84 KB

Week_12.md

File metadata and controls

88 lines (68 loc) · 2.84 KB
title tags sidebar permalink toc week_num series weight
Week 12
week-by-week
home_sidebar
Week_12.html
false
12
Week-by-week series
1.2

Week 12: {{site.wk12_mon_date | date: '%b %d' }} - {{site.wk12_fri_date | date: '%b %d' }}

{% include custom/series_week_by_week.html %}

Overview for Week {{page.week_num}}

  • Continue learning SQLAlchemy to use Python to interact with databases
  • Combine SQLAlchemy and Pandas
  • Using Argparse to pass command line arguments to Python scripts

What's due by the end of the week?

  • Problem Set 5 due {{site.ps_5_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/030_before.html %}
{% include day/030_during.html %}

For Wednesday

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

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

For Friday

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

Veteran's Day, No class.
Veteran's Day, 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. Have completed the LinkedIn Learning Programming Foundations Databases course.
  2. Understand how to interact with a database from Python
  3. Be comfortable with basic SQL commands in sqlite
  4. Be understand the main methods of interacting with databases using Python.

{% include custom/office_hours.html %}

{% include custom/series_week_by_week_next.html %}