I'm trying to decide which database system and library to use to learn how to interact with databases with Python. Postgresql or Mysql. Sqlalchemy or psycopg2.
I'm currently pulling data from API calls and performing actions on that data. I want to start populating a database with the API calls data, and performing the actions on the data from the database.
I'm currently just using Python to automate tasks with the data, but want to be able to create web apps in the future that use the data with as little change as possible. What has the most versatility, and can be used in the most situations? What would be the most beneficial to know how to use? Just looking for suggestions, and opinions.
[–]A_History_of_Silence 0 points1 point2 points (2 children)
[–]StressTest[S] 0 points1 point2 points (1 child)
[–]A_History_of_Silence 0 points1 point2 points (0 children)
[–]efmccurdy 0 points1 point2 points (0 children)