A beginner-friendly backend project developed using Python and SQLite to manage student records efficiently.
This project is designed to perform basic CRUD (Create, Read, Update, Delete) operations on student data using a local SQLite database.
The application allows users to:
- Add new student records
- View existing student details
- Update student information
- Delete student records
- Manage data using a simple command-line interface
✅ Add Student Record ✅ View Student Records ✅ Update Student Information ✅ Delete Student Records ✅ SQLite Database Integration ✅ Modular Python Code Structure ✅ Exception Handling
- Python
- SQLite
- VS Code
- Git & GitHub
- Functions
- Modules
- OOP Concepts
- CRUD Operations
- Exception Handling
- File & Database Handling
Student-Management-System/
│
├── main.py
├── database.db
├── modules/
├── README.md- Install Python
- Clone the repository
- Open project folder in VS Code
- Run the project
python main.py- GUI Interface
- Flask Web Version
- Login Authentication
- Search & Filter System
- Cloud Database Integration
Santhosh KM BCA Student | Python Backend Learner | Future Cloud Engineer ☁️
This project is part of my backend development learning journey and internship preparation roadmap.