Python: često korišteni moduli standardne biblioteke
module re
provides regular expression matching operations similar to those found in Perlmodule difflib
provides classes and functions for comparing sequencesmodule datetime
supplies classes for manipulating dates and times in both simple and complex waysmodule calendar
allows you to output calendars like the Unixcal
program, and provides additional useful functions related to the calendarmodule math
provides access to the mathematical functions defined by the C standardmodule cmath
provides access to mathematical functions for complex numbersmodule pickle
create portable serialized representations of Python objectsmodule pdb
defines an interactive source code debugger for Python programsimport this
The Zen of Python- korisnih modula ima još mnogo i opisani su u Library Reference -- keep this under your pillow
Author: Vedran Miletić