Contact to us

Python Projects

Student Management System using Python with Django

Student Management System is a role based system ie. Admin and Student . This system is mainly responsible for managing data flow between admin and students . Basically , it acts as an interface between school management and students . Admin can see list of admins and students with their details and can create/delete student and admin profiles . And Student can update their profile

CRUD Operations using Python with Django

CRUD Operations is mainly responsible for insertion , updation , deletion and selection of data from the employee table in the database using Python with Django framework .