Setting Up
Learning map and outcomes
In this lesson, students will:
- Set up and access an online programming environment for visual code (Scratch) and for general-purpose programming (Python or JavaScript)
Setting Up
Select a programming environment in which students are going to create their programs.
Use the links to set up Scratch, Python or JavaScript. Refer to the ‘Setting up’ video for guidance on how to access and test each of these environments.
View the ‘Gotchas’ video for tips and advice related to common errors that might be made when starting out on their coding journey.
Solution Code
A wide range of languages are used across IT industries, some more popular than others. Python and JavaScript have become popular for learning to code due to their adaptability and because relatively simple programs can be typed up and tested quickly.
Both Python and JavaScript qualify as general-purpose programming languages for the Australian Curriculum, and there are many free resources available for teaching and learning both languages in school settings.
Students are only required to learn one general-purpose programming language.
- Python is often considered readable and easy to learn. It is especially useful for data analysis.
- JavaScript has a similar look to industry languages like C++ and Java. It is common across the web because it can be used to make webpages more functional.