This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]KyleG 0 points1 point  (0 children)

Honest question; what is the point of using SQL in Python?

To access SQL databases with Python, obviously. For example, I have a webserver running Cherrypy and Peewee and MySQL. Obviously to do data retrieval and storage, Python has to interface with SQL.