Most useful Python modules from the standard library?

Posted by EOL on Stack Overflow See other posts from Stack Overflow or by EOL
Published on 2009-09-21T10:52:52Z Indexed on 2010/06/16 23:02 UTC
Read the original article Hit count: 259

I am teaching a graduate level Python class at the University of Paris, and the students need to be introduced to the standard library. I want to discuss with them about some of the most important standard modules.

What modules do you think are absolute musts? Even though responses probably vary depending on your field (web programming, science, etc.), I feel that some modules are commonly needed: math, sys, re, os, os.path, logging,… and maybe: collections, struct,…

What modules would you suggest I present, in a 1 or 2 hour slot?

© Stack Overflow or respective owner

Related posts about python

Related posts about modules