IDE

IDE: (n) Interactive Development Environment.

IDEs are wonderful programming tools. Languages like Python, Ruby, and Lua include live environments to test code.

One simple way to use an IDE is to open python and enter:

2+2

Do you get 4? Good. You can use IDEs as calculators.