Skip to content

Latest commit

 

History

History
 
 

README.md

Week 11 - SQLAlchemy & requests

ORM & SQLAlchemy

We are going to start by introducing the concept of Object Relational Mapping (ORM).

The understand what is happening & get a feeling of SQLAlchemy, we recommend watching this video by the creator of the library

When you are done with that, you can check our step-by-step introduction with examples

HTTP and Requests

Here are the materials: