Can I make a complete database management system using only python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can I make a complete database management system using only python?

1. I want to create a database management software in python. 2. I want to be able to manipulate the data in the database and also generate statistics such as the ratio for male to female students. 3. I want to be able to groups the students in terms of age, class home region. (It should be displayed in an interactive graphical interface) 4. I want to search for students in a particular class and print the results. 5. I want charts and statistics (ratio of male to female, ratio of seniors to juniors) of the students to be available in a really nice interface. 6. I want to calculate the age of the students automatically from their date of births at any time. Is this possible

5th May 2020, 8:29 AM
Damien
Damien - avatar
1 Answer
0
Thank you very much for your response. Can you please guide me as in what tools I can use and maybe what and what not to do?
5th May 2020, 8:56 AM
Damien
Damien - avatar