GithubHelp home page GithubHelp logo

kispython-ru / dta Goto Github PK

View Code? Open in Web Editor NEW
18.0 2.0 22.0 574 KB

Digital Teaching Assistant web app.

License: MIT License

Dockerfile 0.61% Makefile 0.34% Python 76.58% Mako 0.23% Jinja 22.23%
flask sqlalchemy jinja2 alembic

dta's Introduction

Main workflow codecov

Digital Teaching Assistant

Setting Up Development Environment

Ubuntu 20.04 LTS

  1. Install Python 3.10. pyenv can help with switching among different Python versions.

  2. Install poetry and dependencies:

pip install poetry
poetry install
  1. Run tests, launch the app:
poetry shell
make test
make flask
  1. If you wish to seed the database, run:
poetry shell
make seed # python -m webapp.app --seed

Windows 10

  1. Install Python 3.10. Do not use sandboxed Python from Microsoft Store. Make sure python is added to PATH. You can check this by navigating to System (Control Panel) -> Advanced system settings -> Environment Variables -> System Variables -> PATH -> Edit.

  2. Install Chocolatey.

  3. Install GNU make:

choco install make
  1. Install poetry and dependencies:
pip install poetry
poetry install
  1. Run tests, launch the app:
poetry shell
make test
make flask-win
  1. If you wish to seed the database, run:
poetry shell
make seed # python -m webapp.app --seed

Acknoledgements

We appreciate all people who contributed to the project. Thanks to @Plintus-bit for designing the logo!

Architecture and Implementation Details

The Digital Teaching Assistant system is described in the following papers:

  1. Sovietov P.N. Automatic Generation of Programming Exercises // In Proceedings of the 1st International Conference on Technology Enhanced Learning in Higher Education (TELE), 2021, pp. 111-114.

  2. Andrianova E.G., Demidova L.A., Sovietov P.N. Pedagogical Design of a Digital Teaching Assistant in Massive Professional Training for the Digital Economy // Russian Technological Journal. 2022, 10 (3), pp. 7-23.

  3. Sovietov P.N., Gorchakov A.V. Digital Teaching Assistant for the Python Programming Course // In Proceedings of the 2nd International Conference on Technology Enhanced Learning in Higher Education (TELE), 2022, pp. 272-276.

  4. Demidova L.A., Sovietov P.N., Gorchakov A.V. Clustering of Program Source Text Representations Based on Markov Chains // Vestnik of Ryazan State Radio Engineering University. 2022, 81, pp. 51-64.

  5. Gorchakov A.V. A Study of the Approach to Conversion of Program Texts into Vector Representations Based on Markov Chains // Electronic Scientific Journal "IT-Standard". 2023, 2, pp. 40-50.

  6. Gorchakov A.V., Demidova L.A., Sovietov P.N. Analysis of Program Representations Based on Abstract Syntax Trees and Higher-Order Markov Chains for Source Code Classification Task // Future Internet. 2023, 15 (9), p. 314.

  7. Gorchakov A.V., Demidova L.A., Sovietov P.N. A Rule-Based Algorithm and Its Specializations for Measuring the Complexity of Software in Educational Digital Environments // Computers. 2024, 13 (3), p. 75.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.