You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

373 B

Plan for Python + SQL

Lessons

  1. Connecting to Postgres via Python
  2. Running Queries with Python
  3. Migrating data to a SQLite
  4. Exporting data to CSV
  5. Create an API with Flask
  6. Create a web UI to customize automation

Labs

  1. create a terminal based customer relationship management tool
  2. migrate the CRM from previous lab to simple web app with an API