From 690372021bc04c54ad845ed951d61af899f0db7c Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 25 Aug 2023 12:03:25 -0400 Subject: [PATCH] python+sql day --- python_sql/overview.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 python_sql/overview.md diff --git a/python_sql/overview.md b/python_sql/overview.md new file mode 100644 index 0000000..7d2c85d --- /dev/null +++ b/python_sql/overview.md @@ -0,0 +1,15 @@ +# Plan for Python + SQL + +## Lessons + +1. Connecting to Postgres via Python +1. Running Queries with Python +1. Migrating data to a SQLite +1. Exporting data to CSV +1. Create an API with Flask +1. Create a web UI to customize automation + +## Labs + +1. create a terminal based customer relationship management tool +1. migrate the CRM from previous lab to simple web app with an API