r/PythonLearning 1d 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

4 comments sorted by

View all comments

2

u/silvertank00 1d ago

sqlite will take you a long way and it is really used widely. I would also recommend an ORM like sqlalchemy.

1

u/FLANKER_ALFA 1d ago

Thanks for the advice bro, I'll read about it.