Physics Simulations as an additonal approach to Study Physics. They are intended to be covered as an extra assignments before laboratory works.
Google Colab is a free and open platform for Python Jupyter Notebook like programming, hence all simulations can be run there.
Create the virtual environment to install Python packages:
python3 -m venv .venv
Activate the created environment:
source .venv/bin/activate
Install required packages:
pip install -r requirements.txt