Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Homework on the Calculation Methods course in the 6th semester.

License

Notifications You must be signed in to change notification settings

studokim/CalculationMethods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculation Methods

St. Petersburg State University, Mathematics and Mechanics.

Homework on the Calculation Methods course in the 6th semester.

Installation guide

Dependencies

  • python
  • pip

Building the project

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 .

Launching the web-app

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>/.

Screenshots

Index page:

Task inspection page:

About

Homework on the Calculation Methods course in the 6th semester.

Resources

License

Stars

Watchers

Forks