Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.46 KB

File metadata and controls

30 lines (25 loc) · 1.46 KB

Database interactions in Python

Harihara Vinayakaram N


Subject I was asked to be prepared about
1.
  • Python database APIs along with demonstration of one simple application development with front end as Python and backend as either MySQL or Oracle or SQL Server |
2.
  • This application shall provide all database operations such as insert, delete, update and query on the relations under discussion.. little with report generation.. |
3.
  • Assume one application such as hospital information / patient management or student management or hotel automation or company management application etc.,, |
4.
  • Main focus should be on database application development with Python as front end |

Logo

Logo

  • Very common in the Industry that I work with . I hope this is not the case today

Ask Response
Python database API Direct SQL, SqlAlchemy , Sqllite
DB - MySql / Oracle / Sql Server MariaDB
hospital information / patient management or student management or hotel automation or company management application Telephone Address Book
Report Generation Use Cases
Main focus should be on database application development with Python as front end __Application Life Cycle Journey __