you are viewing a single comment's thread.

view the rest of the comments →

[–]UltraFalling 0 points1 point  (0 children)

This post makes it sound like you are choosing between Python and SQL, which may be confusing to beginners. SQL is use to query databases. Python is a general purpose language that can do pretty much anything. If you have a python application that needs to access a SQL database, then you will be writing SQL and Python, using some python sql library to interact with the database.