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