Difference between revisions of "IDEs"

From Miscellany
Line 17: Line 17:
 
:* [https://www.arduino.cc/en/software Arduino IDE]
 
:* [https://www.arduino.cc/en/software Arduino IDE]
 
:** ''for Arduino & Arduino-compatible boards; not strictly Python''
 
:** ''for Arduino & Arduino-compatible boards; not strictly Python''
 +
:* [https://aws.amazon.com/cloud9/ Cloud9] on AWS
 +
 +
=IDEs for Arduino=
 +
 +
:* [https://www.arduino.cc/en/software Arduino IDE]
 +
:* [https://codewith.mu Mu Editor]
 +
:* [https://thonny.org Thonny]
 
:* [https://aws.amazon.com/cloud9/ Cloud9] on AWS
 
:* [https://aws.amazon.com/cloud9/ Cloud9] on AWS

Revision as of 13:41, 13 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.

IDEs for Python & MicroPython

IDEs for Arduino