Skip to the content.

Text Editors & Terminals


What is a text editor?

A text editor is a program that can be used in several different ways. In my situation, it is what I am using to develop this web page! How can you access a text editor? Text editors are very easy to get! You can simply download and install what ever editor you prefer to your computer or use one that is local to a website like GitHub. Selecting a text editor can be very important because it is the main tool that you will use in development!

What should you look for in a text editor?

While there are several different types of text editors to use, it is vital to look into your options. When considering a text editor you will have to weigh out different factors like:

  1. Cost: Some editors are completely free to use while others may have trial periods or a flat fee to purchase the software.
  2. Usability: While some are universal, not all text editors unfortunately work on all computers. There are a variance of options for each operating system.
  3. Work preferences: If you are starting to develop for your place of work, they may all use a specific text editor. This is not crucial but can help in the process of working together!
  4. Personal Preference: This is where your opinion comes in. What text editor best suits what you are looking for? Is it presentable and easy to maneuver? It is also key to look for editors that have code completion & syntax highlighting to be more efficient.
> Here is a list of a few different Text Editors
Mac Windows
Text Wrangler NotePad++
Visual Studio Code Visual Studio Code
Atom Atom
Brackets Brackets

What is a Terminal?

IOS Terminal


A terminal is the actual interface to your computer that you can type and execute text based commands. The terminal is used to execute commands that allow you to do a certain task like: display computer content, locate and create file pathways, create networks, access text editors, and so much more! The commands that you use while working in a terminal can very based on the Terminal used, but all use common code languages like JavaScript, Python, C#, C++, and Ruby! Below are a few common operating systems and how to open the terminal!


Want to learn more?
> The Growth Mindset
> Markdown
> Using Git
> What I Learned
> Home