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
373 B
Plan for Python + SQL
Lessons
- Connecting to Postgres via Python
- Running Queries with Python
- Migrating data to a SQLite
- Exporting data to CSV
- Create an API with Flask
- Create a web UI to customize automation
Labs
- create a terminal based customer relationship management tool
- migrate the CRM from previous lab to simple web app with an API