What's an IDE?

IDE is short for Integrated Development Enviroment.

It's basically a tool / piece of software that allows you to write your code, test it and debug it. You could code from Notepad or similar but an IDE just makes things easier and quicker to execute etc.

For Python there a couple of IDEs out there:


  • Spyder
  • PyCharm (JetBrain) <-- I use this
  • Thonny
  • Atom
  • Jupytor Notebook

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