Mirror from GItlab. LMS System project from BMSTU DevOps course.
-
Updated
Sep 23, 2025 - Python
Mirror from GItlab. LMS System project from BMSTU DevOps course.
🤓 Material de Tutorías de Consejeros para la asignatura "Algoritmos y Estructuras de Datos"
This project brings a real elevator to your screen, following authentic elevator logic and movement algorithms.
The learning journey is divided into several stages, from beginner to advanced, with practice projects to reinforce each concept.
Proyecto para practicar flujo de trabajo colaborativo en equipo usando Python. Calculadora básica con tests para aprender Git workflow, branches, PRs y code reviews.
A Discord bot that dynamically switches server layouts using predefined “modes,” automatically adjusting roles and channel visibility for themed events, activities, or organizational needs.
The game presents mathematical calculations at different difficulty levels. Test your mental math abilities by providing answers and accumulating points.
🔄 A GitHub Actions-powered bot that commits automatically on weekdays to keep your contribution graph active — great for learning CI/CD, Git automation, and workflow scheduling.
start to learn python 1.1.2025, wrote this project in May 2025
Beautiful Django beginner projects with modern UI, animations, and clean code.
A powerful and user-friendly web application that allows users to easily download audio content from Spotify URLs. This application is built using Flask for server management and spotDL for asynchronous audio file downloading.
This project is used in educational purpose. We all love the good old Chrome-Dino and this is the trail to implement it in python as a school project to help teaching the other students python.
this repo contains 2 python files designed to encrypt your files and another to decrypt your files. Yes this is more or less a ransomware
Picscape is a Django-based web application for photo sharing, featuring user registration, image posting, a feed of published photos, and a like functionality.
A repository to understand ranking metrics as described by Musgrave et al. (2020). Plus some other metrics utilising confidence values.
Linear regression is a supervised learning algorithm used for regression tasks. It models the relationship between one or more input features and a continuous target variable by fitting a linear equation to observed data. The goal is to predict numerical values based on input data.
This project uses Support Vector Machines (SVM) to classify handwritten digits (0–9) from the sklearn digits dataset. By converting image pixel values into numerical features, the model learns to identify digits based on their structure. It demonstrates the power of SVMs in image-based pattern recognition.
This project uses the Naive Bayes algorithm to classify SMS messages as spam or ham (not spam). It processes raw text data using NLP techniques, converts messages into feature vectors, and trains a classifier to detect spam. It’s fast, accurate, and ideal for real-time spam filtering.
Add a description, image, and links to the learning-project topic page so that developers can more easily learn about it.
To associate your repository with the learning-project topic, visit your repo's landing page and select "manage topics."