Tags
python
Asked 2 years ago
12 Aug 2021
Views 228
Hope

Hope posted

Can I use MySQL with Python ?

Can I use MySQL with Python ?
lain

lain
answered Aug 13 '21 00:00

yes , you can use MySQL with Python, You can connect Python to MySQL easily . you need to install some packages and you are good to go. mysql-connector used to connect with MySQL from Python.
Post Answer