Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

Python Programming/Standard Library

From Wikibooks, open books for an open world
<Python Programming
Previous: NamespaceIndexNext: 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/importing' them at the beginning of a script.

A list of the Standard Library modules can be found athttp://www.python.org/doc/.

The following are among the most important:

  • time
  • sys
  • os
  • math
  • random
  • pickle
  • urllib
  • re
  • cgi
  • socket


Previous: NamespaceIndexNext: Regular Expression
Retrieved from "https://en.wikibooks.org/w/index.php?title=Python_Programming/Standard_Library&oldid=4230794"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp