IDEs

From Miscellany
Revision as of 08:48, 7 September 2022 by Kat (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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