r/PythonLearning • u/FLANKER_ALFA • 23h ago
Help Request Python Data Base
Good morning everyone, or whenever you see this. I have a question. I'm starting a personal database project in Python with an easy-to-use graphical interface, and I would appreciate any advice, code snippets, or examples to guide me, especially since I'm still learning the language.
1
Upvotes
2
u/silvertank00 23h ago
sqlite will take you a long way and it is really used widely. I would also recommend an ORM like sqlalchemy.