What is the recommended way to interact between python and MySQL? I am currently using MySQLdb, and I heard from Oursql. But I asked myself if there is a more suitable way to handle this.
MySQLdb is something that most people use at a lower level, but oursql is also interesting. You can use higher level mechanisms such as
pymysql, , MySQLdb. , , . , ( python/MySQL QA), / OurSQL.
, , . Python , ; () , , , , , .