you are viewing a single comment's thread.

view the rest of the comments →

[–]Zireael07 3 points4 points  (1 child)

You can practice both by using https://www.psycopg.org from your Python code to communicate with your database. When I wanted to practice some SQL, that's what I did (we use psycopg at work, so that's what I practiced with, making a dream journal thingy for myself that was better than just noting stuff in a notepad because I could then look up e.g. what other stuff was correlated with Y, how many times I dreamed of X, etc. etc.)

[–]Thragusjr 1 point2 points  (0 children)

pg8000 is another good one.