DT » Programming
Programming is simply the name we give to creating sets of instructions for a computer.
Programs can be very complex and take a lot of skill to write. However, they can also be very simple. It can be very satisfying to see a computer following code that you have created
Our courses cover the following areas:
| Area | Notes |
|---|---|
| Algorithmic Thinking | Breaking down complex tasks into simple steps |
| Scratch | A block-based, visual coding language |
| MakeCode Arcade | Another block-based, visual coding language |
| Python | A simple-to-learn scripting language |
| Kotlin | A modern, compiled language |
| Godot | A full-featured game engine |
| Java | A cross-platform language running on the JVM |