Python Forum
Python database application
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python database application
#1
Hi everyone,
I am very new to Python, hope you share your knowledge with me.

I need to develop an accounting application(database) with Python for my company.
There are 10 user ( 1 admin, 2 superuser and 7 users)
I am the admin so I always need to remote logon to normalize data, update the modules and functions.
Which framework, SQLALchemy or others is better for my case?
I prefer to have users to logon thru web browser.
Would it be better with API application or web browser?
Please advise.
Thank you,
SimonU
Reply
#2
I would use an existing database administrator, rather than trying to create my own. They tend to be very flexible and allow for on the spot queries, visualizing tables, altering or any other task you can think of.

They as far as i know are available for every DBM. For sqlite3, there's sqliteman: https://sourceforge.net/projects/sqliteman/
For postgreSQL, PgAdmin, etc.
see: https://www.capterra.com/database-management-software/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Is Python Good for GUI Desktop Application? praveencqr 0 772 Dec-23-2022, 07:02 AM
Last Post: praveencqr
  How to distribute a Python application with a web-based installer? toshiEAB 0 1,572 Oct-14-2020, 09:40 AM
Last Post: toshiEAB
  creating application for android with python shahpy 7 8,045 Oct-05-2016, 03:48 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020