Python
The Microsoft MakeCode programming environment uses Python along with the JavaScript language.
These topics give a brief introduction to Python with MakeCode:
- Calling - How to use a function
- Sequencing - Ordering statements in code
- Variables - Remember data and save values
- Operators - Operations to change and compare values
- Statements - The elements of code that take action
- Functions - Portions of code to use again and again
- Classes - Contain related data and operations together