Good evening everyone
I am currently learning python programming and i would like to dive into how to store user data into MySQL database server.
There are many modules that exist out there but i do not know how they work, I have tried to use MySQLdb but then it does not support python3.4, which other modules can i use to connect my applications to a MySQL databaase.
I am using Pycharm IDE for developement.