What is Idle3 in Python?

IDLE in Python is an acronym for Integrated Development and Learning Environment. It's used like and IDE to code, and run python programs.

You can launch if from your Mac terminal by typing "Idle3"

IDLE comes pre-installed with Python and you can use this to code your Python projects

Comments

Popular posts from this blog

Installing Microsoft ODBC Driver to connect to SQL from Python on Mac OS X

Connection to MSSQL with Pythonan and pyodbc (on Mac OS X)

Installing PyCharm on Mac