Python Programming

Department of Computing, Imperial College London

home

Python for C++ Programmers

  • Chapter 1: Introduction
  • Chapter 2: Basic data types
  • Chapter 3: Variables and operators
  • Chapter 4: Sequence types
    • [4.1] Lists
    • [4.2] Accessing list elements
    • [4.3] List slicing
    • [4.4] Modifying lists
    • [4.5] List operators
    • [4.6] Tuples
    • [4.7] Strings are sequences
    • [4.8] Formatting strings
    • [4.9] Escaping strings
  • Chapter 5: Sets and dictionaries
  • Chapter 6: Control flow
  • Chapter 7: Functions
  • Chapter 8: Object-oriented programming
  • Chapter 9: Modules
  • Chapter 10: Files

Chapter 4

Sequence types

Rough estimated time needed
30-40 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London