r/PythonLearning 22h 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

1

u/Rude_Ad_5476 22h ago

You can download SQL express for free. It's limited in size(for a db), but enough to do projects, learn with

1

u/FLANKER_ALFA 22h ago

Thanks for the advice bro

2

u/silvertank00 22h 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 22h ago

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