Python Programming

Department of Computing | Imperial College London

book

Lesson 2

The Basic Elements

  • Chapter 1: Introduction
  • Chapter 2: Installing Python
  • Chapter 3: Running Python
  • Chapter 4: Objects
  • Chapter 5: Operators and Expressions
  • Chapter 6: Variables
    • [6.1] Variables
    • [6.2] Why variables?
    • [6.3] Variable assignment
    • [6.4] Variable assignment
    • [6.5] Statements vs. Expressions
  • Chapter 7: Naming variables
  • Chapter 8: Robot project
  • Chapter 9: Git
  • Chapter 10: Applied problem solving
  • Chapter 11: Summary

Chapter 6

Variables

What's in a name? That which we call a rose by any other name would smell as sweet.
William Shakespeare

Rough estimated time needed
10-15 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London