Python: često korišteni moduli standardne biblioteke
module reprovides regular expression matching operations similar to those found in Perlmodule difflibprovides classes and functions for comparing sequencesmodule datetimesupplies classes for manipulating dates and times in both simple and complex waysmodule calendarallows you to output calendars like the Unixcalprogram, and provides additional useful functions related to the calendarmodule mathprovides access to the mathematical functions defined by the C standardmodule cmathprovides access to mathematical functions for complex numbersmodule picklecreate portable serialized representations of Python objectsmodule pdbdefines an interactive source code debugger for Python programsimport thisThe Zen of Python- korisnih modula ima još mnogo i opisani su u Library Reference -- keep this under your pillow
Author: Vedran Miletić