- Object Relations in Python
- One-to-many
- Many-to-many
In today's lecture, we will discuss about Object Relations in Python. We will discuss relationships of tables in a relational database and will use Python classes as representations of tables from a relational database.
- Make sure that your current working directory (folder) contains a
Pipfile
, then runpipenv install
in your terminal to installpytest
and any other required libraries. - Now that your
pipenv
virtual environment is ready to use, enterpipenv shell
to start working.
Please note that there are no tests to run in this lecture repository.