Programming Text Editor

You will need a text editor to use to write programs. In particular, there are number of editors you should not use for programming including, Microsoft Word, NotePad, TextEdit or Libre Office. These editors tend not to store "plain text" which is how we need to write programs. Programs cannot have things like bold, italics, or different fonts - and even if you don't use these things in your file, the files are stored in a format that can represent all this "pretty" text stuff - and that confuses compilers and interpreters.

If you already have an editor or development environment installed please keep using it. There is no need to install another editor just for this course.

Recommended Programmer Editor: Brackets.IO

If you are installing your first programmer editor, we recommend you keep it simple and use brackets.io - it is free, open source, and works on Windows, Linux, and Macintosh.

Alternate Programmer Editors

There are more sophisticated text editors and integrated development environments available. These are often more complex to install - but can greatly improve your productivity.

You can use any programmer editor you like for this course.

Copyright Creative Commons Attribution 3.0 - Charles R. Severance