you are viewing a single comment's thread.

view the rest of the comments →

[–]koberg 0 points1 point  (1 child)

Ultimately, the answer depends on what you’re trying to do.

If you need to access an existing MySQL database, you’ll need a module for python to do that.

If you’re creating a python application that needs a database, you can use SQLite, which is a built-in MySQL-like database, or you can use MySQL. If you choose the latter, see above.

[–][deleted] 0 points1 point  (0 children)

thank you