Languages > Python

Python is a widely used high-level, general-purpose, interpreted, dynamic programming language. MAMP PRO installs Python in your “C:\MAMP\bin\python\bin” directory.

MAMP


  • Make Python available on the command line
    Check this option to make the current Python version available on the command line. When this checkbox is checked Python will be added to your system path. You can verify this by checking your System PATH in Advanced System Settings > Environment Variables > System Variables.

       'Path = C:\MAMP\bin\python\bin;'
    

More information on how to connect to MySQL using Python can be found in our How To section.