Keyword | Definition |
---|---|
debug | finding and fixing errors in code |
IDE | integrated development environment (a program that gives you all the tools you need to write, run and debug a program) |
microbit | a programmable computer with loads of inputs and outputs that can be used to control physical devices |
program | step by step instructions that can run on a computer |
python | a high level text based programming language |
REPL | read evaluate print loop (used to write and run individual lines of code and see the result of each one) |
step | choosing to run code one line at a time rather than all of them in quick succession |