Browse our list of curated database of projects, exercises, and lessons to learn SQL Alchemy
SQLAlchemy in its version 2 allows us to manage our database as if they were ordinary objects in the code. Learn how to take advantage of this powerful ORM.
3hrs average
Use your recently adquired knowledge to build a data-model for your starwars blog
SQLAlchemy is the most popular ORM for Python, start using it in 8min
2hrs average
Create a SQL database using the PostgreSQL engine and using a professional python project structure that includes PIP and environment variables.
3hrs average
Use your recently adquired knowledge to build instagram.com user stories
the union of tables is very useful for consulting information belonging to different tables of a database, to make the consultation of any required information much easier. Here is where the JOIN clause comes into action.