A simple simulation of a CRUD with Python
Create a virtual environment for application development and then install the necessary dependencies.
Install dependencies
pip install virtualenv
virtualenv {nome_do_ambiente}
Activate the virtual environment
{nome_do_ambiente}/Scrips/Activate
With the virtual environment active, install the required dependency
pip install db-sqlite3
Bônus
If you want to see your database as a .db file in VS Code, install this extension.