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