I heard a lot about different types of database from SimpleBD (in one file), to MySQL, Postgresql. I understand how they work (as a whole from the outside) at the user level. But here is the language of communication with them (sql queries for me is almost a dark forest). I want to have a simple database configuration / administration, which is easy to write queries from the python script, receive data, load data. All this is necessary for training, personal / working use, not directed to mass-use (high-load sites).
Question: Share your experience with which of the databases and the library in python the easiest way to interact with the data for a beginner, that would not get out 10-20 errors, due to the complex query syntax in which you need to understand a very long time. Do I understand correctly that the most common is MySQL and you can find more examples of video lessons for it?