Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 925 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 925 Bytes

Python-MySQL

Getting Started with python and mySQL connection

Python x32 Download Link:

https://www.python.org/ftp/python/3.7.3/python-3.7.3.exe

Python x64 Download Link:

https://www.python.org/ftp/python/3.7.3/python-3.7.3-amd64.exe

Install MySQL Connector Command:

python -m pip install mysql-connector

Visual Studio Code:

https://code.visualstudio.com/

Visual Studio Code Extensions:

1) Python from Microsoft

(Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, and more.)

2) Python Extended from Taiwo Kareem

(Python Extended is a vscode snippet that makes it easy to write codes in python by providing completion options along with all arguments.)

Jetbrains PyCharm:

https://www.jetbrains.com/pycharm/

Python MySQL Getting Started:

https://www.w3schools.com/python/python_mysql_getstarted.asp

Happy Coding!!!