Python, part 1: Introduction to programming

  1. 1. Intro
    1. 1.1. What are our goals
    2. 1.2. Watch this before you learn to code
    3. 1.3. Programming language and interpreter
    4. 1.4. Repl.it
    5. 1.5. Text in quotes
    6. 1.6. Value
  2. 2. Functions
    1. 2.1. Functions overview
    2. 2.2. Arguments
    3. 2.3. Print
    4. 2.4. Purposes of functions
  3. 3. Variables
    1. 3.1. Variables definition
    2. 3.2. Variables with derived values
    3. 3.3. Use of variables
    4. 3.4. Variables redefinition
  4. 4. Two kinds of code
    1. 4.1. Inside the interpreter
    2. 4.2. Expressions
    3. 4.3. Statements
    4. 4.4. Statements confusion
  5. Final exercise 🏀 Printing

Watch this before you learn to code

← →