St. Petersburg State University, Mathematics and Mechanics.
Homework on the Calculation Methods course in the 6th semester.
- python
- pip
git clone https://github.com/studokim/CalculationMethods.git
cd CalculationMethods
python -m venv venv
source ./venv/bin/activate
pip install django numpy sympy scipy matplotlib
pip install -e .Assign any value to SECRET_KEY in the webapp/settings.py.
cd src/webapp
python manage.py runserver <ip>:<port>Then navigate in browser to http://<ip>:<port>/.

