View on GitHub

coding-tutorials

Basic Python

Return to the Coding tutorials mainpage

← Back to How computers work

Goal

To learn the basics of coding in Python.

Contents

  1. Getting started
    1. Command line Python
    2. IDEs
    3. Sandbox
  2. Basic commands
    1. Print
    2. Variables
    3. Tuples
    4. Sets
    5. Lists
    6. Dictionaries
  3. Loops
    1. For loops
    2. While loops
  4. Logic
    1. Boolean
    2. is/is not
    3. Value comparisons
    4. If statements

Continue to Getting started →