Python Programming

Department of Computing, Imperial College London

home

Python for Java Programmers

  • Chapter 1: Introduction
  • Chapter 2: Basic data types
  • Chapter 3: Variables and operators
  • Chapter 4: Sequence types
  • Chapter 5: Sets and dictionaries
  • Chapter 6: Control flow
  • Chapter 7: Functions
  • Chapter 8: Object-oriented programming
  • Chapter 9: Modules
    • [9.1] Python modules
    • [9.2] Custom modules
    • [9.3] What's in a __name__?
  • Chapter 10: Files

Chapter 9

Modules

Rough estimated time needed
15-20 mins

Previous Next

Page designed by Josiah Wang

Department of Computing | Imperial College London