Difference between revisions of "IDEs"
From Miscellany
Line 15: | Line 15: | ||
:* [https://dfrobot.gitbooks.io/upycraft/content/ uPyCraft] | :* [https://dfrobot.gitbooks.io/upycraft/content/ uPyCraft] | ||
:* [https://www.jetbrains.com/pycharm/ PyCharm] | :* [https://www.jetbrains.com/pycharm/ PyCharm] | ||
− | :* [https:// | + | :* [https://labs.arduino.cc/en/labs/micropython Arduino Labs MicroPython IDE] |
− | |||
:* [https://aws.amazon.com/cloud9/ Cloud9] | :* [https://aws.amazon.com/cloud9/ Cloud9] | ||
:** ''a cloud-based IDE running on Amazon Web Services (AWS)'' | :** ''a cloud-based IDE running on Amazon Web Services (AWS)'' |
Revision as of 09:26, 8 February 2023
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.
IDEs for Python & MicroPython
- Mu Editor
- Thonny
- Iguana
- Eclipse
- use with PyDev plugin for Python
- Visual Studio Code
- Idle
- Spyder
- uPyCraft
- PyCharm
- Arduino Labs MicroPython IDE
- Cloud9
- a cloud-based IDE running on Amazon Web Services (AWS)
- MPY-Jama for ESP32
- See this article for details
IDEs for Arduino
- Arduino IDE
- Version 2.0 now available
- Mu Editor
- Thonny
- Cloud9 on AWS
- CodeCraft visual code editor
- Arduino IDE