Student Management System I
A student management system built with Python, SQL, and JavaScript
Python
SQL
JavaScript
Project Overview
Developed Python scripts to parse predefined HTML templates and dynamically generate web pages by integrating data fetched from a School Management Database via SQL. The project also included a database schema for the School Management Database and SQL queries to fetch student data.
Key Features
- Dynamic web page generation
- Database schema
- SQL queries
Technical Challenges & Solutions
Challenges:
- Ensuring data integrity across multiple database operations
- Designing a flexible and scalable database schema
Solutions:
- Implemented transaction management to ensure data integrity
- Designed a normalized database schema to prevent data redundancy
Key Learnings
- Gained experience with database design and SQL queries
- Learned about data integrity and transaction management