⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 node13.html

📁 python的入门教程,讲得挺不错的,有一些实例
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//CN"><html><head><link rel="STYLESHEET" href="style.css" type='text/css' /><link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" /><link rel='start' href='../index.html' title='Python Documentation Index' /><link rel="first" href="tut.html" title='Python Tutorial' /><link rel='contents' href='node2.html' title="Contents" /><link rel='last' href='about.html' title='About this document...' /><link rel='help' href='about.html' title='About this document...' /><link rel="next" href="node14.html" /><link rel="prev" href="node12.html" /><link rel="parent" href="tut.html" /><link rel="next" href="node14.html" /><meta name='aesop' content='information' /><title>11. What Now? </title></head><body><DIV CLASS="navigation"><div id='top-navigation-panel' xml:id='top-navigation-panel'><table align="center" width="100%" cellpadding="0" cellspacing="2"><tr><td class='online-navigation'><a rel="prev" title="10. 标准库概览 Brief Tour"  href="node12.html"><img src='../icons/previous.png'  border='0' height='32'  alt='Previous Page' width='32' /></A></td><td class='online-navigation'><a rel="parent" title="Python Tutorial"  href="tut.html"><img src='../icons/up.png'  border='0' height='32'  alt='Up One Level' width='32' /></A></td><td class='online-navigation'><a rel="next" title="A. Interactive Input Editing"  href="node14.html"><img src='../icons/next.png'  border='0' height='32'  alt='Next Page' width='32' /></A></td><td align="center" width="100%" class='online-navigation'>Python Tutorial</td><td class='online-navigation'><a rel="contents" title="Table of Contents"  href="node2.html"><img src='../icons/contents.png'  border='0' height='32'  alt='Contents' width='32' /></A></td><td class='online-navigation'><img src='../icons/blank.png'  border='0' height='32'  alt='' width='32' /></td><td class='online-navigation'><img src='../icons/blank.png'  border='0' height='32'  alt='' width='32' /></td></tr></table><div class='online-navigation'><b class="navlabel">Previous:</b><a class="sectref" rel="prev" href="node12.html">10. 标准库概览 Brief Tour</A><b class="navlabel">Up:</b><a class="sectref" rel="parent" href="tut.html">Python Tutorial</A><b class="navlabel">Next:</b><a class="sectref" rel="next" href="node14.html">A. Interactive Input Editing</A></div><hr /></div></DIV><!--End of Navigation Panel--><H1><A NAME="SECTION0013000000000000000000"></A><A NAME="whatNow"></A><BR>11. What Now? </H1><P>Reading this tutorial has probably reinforced your interest in using
Python -- you should be eager to apply Python to solve your
real-world problems.  Now what should you do?<P>You should read, or at least page through, the
<em class="citetitle"><a href="../lib/lib.html" title="Python Library Reference" >Python Library Reference</a></em>,
which gives complete (though terse) reference material about types,
functions, and modules that can save you a lot of time when writing
Python programs.  The standard Python distribution includes a
<em>lot</em> of code in both C and Python; there are modules to read
<span class="Unix">Unix</span> mailboxes, retrieve documents via HTTP, generate random
numbers, parse command-line options, write CGI programs, compress
data, and a lot more; skimming through the Library Reference will give
you an idea of what's available.<P>The major Python Web site is <a class="url" href="http://www.python.org/">http://www.python.org/</a>; it contains
code, documentation, and pointers to Python-related pages around the
Web.  This Web site is mirrored in various places around the
world, such as Europe, Japan, and Australia; a mirror may be faster
than the main site, depending on your geographical location.  A more
informal site is <a class="url" href="http://starship.python.net/">http://starship.python.net/</a>, which contains a
bunch of Python-related personal home pages; many people have
downloadable software there. Many more user-created Python modules
can be found in the <a class="ulink" href="http://www.python.org/pypi"  >Python Package
Index</a> (PyPI).<P>For Python-related questions and problem reports, you can post to the
newsgroup <a class="newsgroup" href="news:comp.lang.python">comp.lang.python</a>, or send them to the mailing
list at <span class="email">python-list@python.org</span>.  The newsgroup and mailing list
are gatewayed, so messages posted to one will automatically be
forwarded to the other.  There are around 120 postings a day (with peaks
up to several hundred),
asking (and answering) questions, suggesting new features, and
announcing new modules.  Before posting, be sure to check the list of
<a class="ulink" href="http://www.python.org/doc/faq/"  >Frequently Asked Questions</a> (also called the FAQ), or look for it in the
<span class="file">Misc/</span> directory of the Python source distribution.  Mailing
list archives are available at <a class="url" href="http://www.python.org/pipermail/">http://www.python.org/pipermail/</a>.
The FAQ answers many of the questions that come up again and again,
and may already contain the solution for your problem.<P><P><DIV CLASS="navigation"><div class='online-navigation'><p></p><hr /><table align="center" width="100%" cellpadding="0" cellspacing="2"><tr><td class='online-navigation'><a rel="prev" title="10. 标准库概览 Brief Tour"  href="node12.html"><img src='../icons/previous.png'  border='0' height='32'  alt='Previous Page' width='32' /></A></td><td class='online-navigation'><a rel="parent" title="Python Tutorial"  href="tut.html"><img src='../icons/up.png'  border='0' height='32'  alt='Up One Level' width='32' /></A></td><td class='online-navigation'><a rel="next" title="A. Interactive Input Editing"  href="node14.html"><img src='../icons/next.png'  border='0' height='32'  alt='Next Page' width='32' /></A></td><td align="center" width="100%" class='online-navigation'>Python Tutorial</td><td class='online-navigation'><a rel="contents" title="Table of Contents"  href="node2.html"><img src='../icons/contents.png'  border='0' height='32'  alt='Contents' width='32' /></A></td><td class='online-navigation'><img src='../icons/blank.png'  border='0' height='32'  alt='' width='32' /></td><td class='online-navigation'><img src='../icons/blank.png'  border='0' height='32'  alt='' width='32' /></td></tr></table><div class='online-navigation'><b class="navlabel">Previous:</b><a class="sectref" rel="prev" href="node12.html">10. 标准库概览 Brief Tour</A><b class="navlabel">Up:</b><a class="sectref" rel="parent" href="tut.html">Python Tutorial</A><b class="navlabel">Next:</b><a class="sectref" rel="next" href="node14.html">A. Interactive Input Editing</A></div></div><hr /></DIV><!--End of Navigation Panel--><ADDRESS>译者:刘鑫(march.liu AT gmail DOT com) 由:limodou转(limodou AT gmail DOT com)<br>See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.</ADDRESS></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -