Skip to main content

cs2study

 

  • Python Software

  • Python Online Complier

  • MySQL software 

  • MySQL connector code

    mysql.connector code

    Type the following code in the IDLE python shell

    >>>import subprocess
    >>>import sys
    >>> subprocess.check_call([sys.executable, “-m”, “pip”, “install”, “mysql-connector-python”])