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:
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
Post a Comment