Slide 15
Slide 15 text
Integrated Development Environment
(Revision from unit 1)
■ Integrated development environments or IDEs are really just collections
of tools that make a programmer’s life easier. There are thousands of
different IDEs, some are free, some cost money, some support many
languages (some just one), but there is some functionality that is
common to all.
■ Most provide simple colouring that highlights key words like if or def.
They also provide automatic line numbering and some even draw lines
to show which constructs (for example, IF and ELSE) match each
other. All these simple tools help make code easy to read.