Basic Python
Return to the Coding tutorials mainpage
← Back to How computers work
Goal
To learn the basics of coding in Python.
Contents
- Getting started
- Command line Python
- IDEs
- Sandbox
- Basic commands
- Variables
- Tuples
- Sets
- Lists
- Dictionaries
- Loops
- For loops
- While loops
- Logic
- Boolean
- is/is not
- Value comparisons
- If statements