Glossary

API

application programmer’s interface

IDE

integrated development environment

exception

An error that occurs when executing a program. The exception can then be handled by Python without the program crashing due to the error.