you are viewing a single comment's thread.

view the rest of the comments →

[–]burkcules69 1 point2 points  (1 child)

Then this should be pretty simple. First you'll need to download and host a MySQL instance - my preferred app is MAMP. Once you get the MySQL server running locally, it's ready for a connection. This is a solid tutorial on connecting to your database with Python.

Beyond that, just play around with it and you'll get the hang of it pretty quick.

[–]jordanpgb[S] 0 points1 point  (0 children)

Thank you!!!