📄 90.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Robots" content="INDEX,NOFOLLOW">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<TITLE>Safari | Python Developer's Handbook -> Summary</TITLE>
<LINK REL="stylesheet" HREF="oreillyi/oreillyN.css">
</HEAD>
<BODY bgcolor="white" text="black" link="#990000" vlink="#990000" alink="#990000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" cellpadding=5 cellspacing=0 border=0 class="navtopbg"><tr><td><font size="1"><p class="navtitle"><a href="8.html" class="navtitle">Web Development</a> > <a href="0672319942.html" class="navtitle">Python Developer's Handbook</a> > <a href="38.html" class="navtitle">3. Python Libraries</a> > <span class="nonavtitle">Summary</span></p></font></td><td align="right" valign="top" nowrap><font size="1"><a href="main.asp?list" class="safnavoff">See All Titles</a></font></td></tr></table>
<TABLE width=100% bgcolor=white border=0 cellspacing=0 cellpadding=5><TR><TD>
<TABLE border=0 width="100%" cellspacing=0 cellpadding=0><TR><td align=left width="15%" class="headingsubbarbg"><a href="89.html" title="Undocumented Modules"><font size="1">< BACK</font></a></td><td align=center width="70%" class="headingsubbarbg"><font size="1"><a href="popanote.asp?pubui=oreilly&bookname=0672319942&snode=90" target="_blank" title="Make a public or private annnotation">Make Note</a> | <a href="90.html" title="Use a Safari bookmark to remember this section">Bookmark</a></font></td><td align=right width="15%" class="headingsubbarbg"><a href="92.html" title="4. Exception Handling"><font size="1">CONTINUE ></font></a></td></TR></TABLE>
<a href="5%2F31%2F2002+4%3A31%3A23+PM.html" TABINDEX="-1"><img src=images/spacer.gif border=0 width=1 height=1></a><font color=white size=1>152015024128143245168232148039199167010047123209178152124239215162147037129067126240013132</font><a href="read1.asp?bookname=0672319942&snode=90&now=5%2F31%2F2002+4%3A31%3A23+PM" TABINDEX="-1"><img src=images/spacer.gif border=0 width=1 height=1></a><br>
<FONT><h3>Summary</h3>
<p>Python's standard distribution is shipped with a rich set of libraries (also known as modules). This chapter introduces you to the practical side of several modules'utilization.</p>
<P>The following items are groups that organize all the modules that are mentioned in this chapter.</P>
<H4>Python Services</H4>
<p>The modules from this group provide access to services related to the interpreter and to Python's environment.</p>
<h4>The String Group</h4>
<P>This group is responsible for many kinds of string services available. Its modules provide access to several types of string manipulation operations.</P>
<H4>Miscellaneous</H4>
<p>This group handles many functions that are available for all Python versions, such as mathematical operations and randomizing functions.</p>
<h4>Generic Operational System</h4>
<P>This group of services provides interfaces to operating system features that you can use in almost every platform.</P>
<H4>Optional Operational System</H4>
<p>This set of modules implements interfaces to optional operational system features.</p>
<h4>Debugger</h4>
<p>The <tt class="monofont">pdb</tt> module defines an interactive source code debugger for Python programs.</p>
<h4>Profiler</h4>
<p>The <tt ClaSs="monofont">profiler</tt> module is a code execution profiler.</P>
<h4>Internet Protocol and Support</h4>
<p>These are the modules that implement internet protocols and support for related technology.</p>
<H4>Internet Data Handling</h4>
<p>This group covers modules that support encoding and decoding of data handling formats and that are largely used in Internet applications.</p>
<H4>Restricted Execution</H4>
<P>These modules prevent access to critical operations.</P>
<h4>Multimedia</h4>
<p>This group of modules implements algorithms and interfaces that are mainly useful for multimedia applications.</p>
<H4>Cryptographic</H4>
<P>These modules implement various algorithms of cryptographic nature.</P>
<h4>OS Specific (UNIX, SGI IRIX, SUN OS, MS Windows, and Macintosh)</h4>
<p>These groups of modules expose interfaces to features that are specific to the OS environment of each one of them.</p>
<H4>Undocumented Modules</H4>
<P>This group contains the modules that currently don't have any official documentation.</P>
<h4>New Modules in Python 2.0</h4>
<p>These are the new modules that will be part of the next release of Python.</p>
</FONT>
<P><TABLE width="100%" border=0><TR valign="top"><TD><font size=1 color="#C0C0C0"><br></font></TD><TD align=right><font size=1 color="#C0C0C0">Last updated on 1/30/2002<br>Python Developer's Handbook, © 2002 Sams Publishing</font></TD></TR></TABLE></P>
<TABLE border=0 width="100%" cellspacing=0 cellpadding=0><TR><td align=left width="15%" class="headingsubbarbg"><a href="89.html" title="Undocumented Modules"><font size="1">< BACK</font></a></td><td align=center width="70%" class="headingsubbarbg"><font size="1"><a href="popanote.asp?pubui=oreilly&bookname=0672319942&snode=90" target="_blank" title="Make a public or private annnotation">Make Note</a> | <a href="90.html" title="Use a Safari bookmark to remember this section">Bookmark</a></font></td><td align=right width="15%" class="headingsubbarbg"><a href="92.html" title="4. Exception Handling"><font size="1">CONTINUE ></font></a></td></TR></TABLE>
</TD></TR></TABLE>
<!--EndOfBrowse-->
</TD></TR></TABLE>
<table width=100% border=0 cellspacing=0 cellpadding=0 bgcolor=#990000><tr><td><p align=center><font size=1 face="verdana,arial,helvetica" color=white>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -