Answer the question
In order to leave comments, you need to log in
How to create a database based on information from the site?
I want to create a database in which I will place information from a music site. I'm going to store a list of performers in the database, as well as their albums with an indication of the year. What is the best way for me to implement this in Python? Okay, I parsed information from the site into json. But how to translate the received into SQL? I didn't find any good information on this topic. Only ready-made online converters. And I would like to.
Answer the question
In order to leave comments, you need to log in
You need a MySQL or Postgres database and learn how to access it from Python. All
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question