Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A simple Python + SQL project I built while learning database connectivity and great for beginners exploring how Python interacts with MySQL .I'm still learning — this repo is part of my practice journey. Feel free to explore, learn, or suggest improvements!

License

Notifications You must be signed in to change notification settings

Algorithm-Artist-ctrl/SQL-Project-With-Python-Connectivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Database Management System (Python + MySQL)

This is a simple Student Database Management System project built using Python and MySQL. It allows CRUD operations on student records from a terminal interface.

⚙️ Features

  • Add new student records
  • Update existing student details
  • Delete student entries
  • View all records
  • View database structure
  • Create the student table
  • List all tables in the database

🧑‍💻 Requirements

  • Python 3.x
  • MySQL server installed
  • mysql-connector-python library
    Install with:
    pip install mysql-connector-python

About

A simple Python + SQL project I built while learning database connectivity and great for beginners exploring how Python interacts with MySQL .I'm still learning — this repo is part of my practice journey. Feel free to explore, learn, or suggest improvements!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages