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.
16 lines
373 B
16 lines
373 B
# 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
|