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?