Difference between revisions of "IDEs"
From Miscellany
(Created page with "=What is an IDE?= : An Integrated Development Environment usually includes a text editor, sometimes with color coding for specific programming languages, and frequently libra...") |
|||
| Line 13: | Line 13: | ||
* [https://docs.python.org/3/library/idle.html Idle] | * [https://docs.python.org/3/library/idle.html Idle] | ||
* [https://github.com/spyder-ide/spyder Spyder] | * [https://github.com/spyder-ide/spyder Spyder] | ||
| + | * [https://dfrobot.gitbooks.io/upycraft/content/ uPyCraft] | ||
| + | * [https://www.jetbrains.com/pycharm/ PyCharm] | ||
Revision as of 08:53, 7 September 2022
What is an IDE?
- An Integrated Development Environment usually includes a text editor, sometimes with color coding for specific programming languages, and frequently libraries to support particular microcontrollers. Most also have the ability to upload/download code to/from supported devices as well as syntax error checking.