The Python Library (Recap)

Python is packaged with a large library of modules

  • String processing
  • Operating system interfaces
  • Networking
  • Threads
  • GUI
  • Database
  • Language services
  • Security.

Discussion of these is beyond scope of this tutorial

  • But a brief survey of the more popular modules is given here.
<<< O'Reilly OSCON 2000, Introduction to Python, Slide 119
July 17, 2000, beazley@cs.uchicago.edu
>>>