Forums

Are the any tutorials about databases for COMPLETE beginners?

I have my website all set up, but now i want to integrate a database with it so i can display some high scores on some games. However i know NOTHING about databases, i've tried watching some tutorials but they all skip a few stages at the start i think, as i always get some errors. Are there any tutorials for integrating a database with Flask, that start from the complete beginning, including installing any software/packages needed.

Thanks.

i would recommend checking out sqlalchemy. see if this helps?

I found the PythonAnywhere tutorial on a Flask app backed by database to be just the ticket: https://blog.pythonanywhere.com/121/

I just wanted to chime in to say that you are not alone. Almost every tutorial does skip something. Or if the tutorial is complete then you are left hanging when you try to do something yourself.

Definitely reach out with specific questions as they come up!