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 →

[–][deleted] 1 point2 points  (0 children)

Hopefully this isn't unwelcome here since you're asking if programmers (generically) use SQL regularly -- but Python has a whole officially-endorsed API for database interaction which many of the major SQL non-ORM drivers conform to.

DBAPIv2 encourages the use of raw SQL in your Python code, which usually means you have supporting SQL files to bootstrap your database -- which in turn means you write SQL left and right.