Hello everyone, I am beginner in Python and in my company, there is an ask to create a Python REST API which will be consumed by the users. The API will read data from Oracle database and return JSON.
I have many questions in my mind.
- How to create the db. objects in Python? Do I need to write codes to create each object?
- How to structure and organize the Python project with different folders, the way organizations maintain it? Please share some examples or documents.
- Can you share a detailed step that I need to do to successfully implement this.