Search

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 from the command line
    Select this option to make the current version of Python available on the command line. When this option is checked, Python is 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.