Re: A few newbie questions
MySQL is a great fit for what you want to do. It can handle multiple users accessing the database at the same time, and the community version should be enough. But for the front-end where your neighbors can interact with the data, you'd be better off going with a web framework like Flask or Django (Python-based).
You’ll use MySQL as the backend to store the LP collection and handle user interactions through Python. For the forms and user interface, Flask or Django makes it easy to build something that’s user-friendly, and you can host it locally or online for easy access. These frameworks are also great for handling logins and permissions, so each neighbor can have their own read-write access to specific fields.If you’re coding your selection algorithm, Python is perfect for that. Just hook it into your MySQL queries, and you're set.
Subject
Written By
Posted
September 25, 2024 09:40AM
September 11, 2024 11:12AM
September 25, 2024 09:42AM
September 25, 2024 09:43AM
Re: A few newbie questions
September 25, 2024 07:36AM
September 25, 2024 09:46AM
Sorry, only registered users may post in this forum.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.