Python Programming/Standard Library

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search
Previous: MetaClasses Index Next: Regular Expression

The Python Standard Library is a collection of script modules accessible to a Python program to simplify the programming process and removing the need to rewrite commonly used commands. They can be used by 'calling' them at the beginning of a script.

Previous: MetaClasses Index Next: Regular Expression