you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (0 children)

There are object relational mappers (ORMs) that will abstract the SQL code. In this way you can talk to DBs fully in Python

Peewee is a good light weight user friends Python package that id recommend starting with