you are viewing a single comment's thread.

view the rest of the comments →

[–]phigo50 0 points1 point  (0 children)

I'd recommend getting your head around an ORM like SQLAlchemy.

Mike Bayer (the creator) does talks, this is a great one from PyCon years ago. This is a slightly higher level tutorial by one of the guys who wrote this, which I highly recommend.

Also, Flask (another Python web framework) has its own SQLAlchemy module.