Skip to the content.

Text Editors

First what is a text editor?

There are a ton of text editors available for coders, or aspiring coders like ourselves to choose from.

A text editor is a piece of software that you download and install on your computer, or you access online through your web browser, that allows you to write and manage text, especially the text that you write to build a web site. The text editor has to be one of the most important tools you can use as an aspiring web developer. Choosing A Text Editor by The Older Coder

What makes one text editor better than another?

For the most part it can really depend on the coder and what features they need the editor to possess for the coding project they have to perform. I can see where in certain environments such as schools with a focus on software engineering, or companies that produce software, may require students or employees to have a specific text editor for one feature or another. Those features can be essential or nice-to-have’s. Some of those features are:

What text editors are available?

Text editors available via their computer:

Text editors via a third party:

Using The Terminal

Opening The Terminal

The Shell & Bash

Shell: a part of the operating system that defines how the terminal will behave and look after executing commands.

Bash (Bourne again shell): The most common shell.

Paths

Commands

Return

Home Page