Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v8plus / html / python / tut / node14.html
CommitLineData
920dae64
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="tut.css" type='text/css' />
5<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
6<link rel='start' href='../index.html' title='Python Documentation Index' />
7<link rel="first" href="tut.html" title='Python Tutorial' />
8<link rel='contents' href='node2.html' title="Contents" />
9<link rel='index' href='node19.html' title='Index' />
10<link rel='last' href='about.html' title='About this document...' />
11<link rel='help' href='about.html' title='About this document...' />
12<link rel="next" href="node15.html" />
13<link rel="prev" href="node13.html" />
14<link rel="parent" href="tut.html" />
15<link rel="next" href="node15.html" />
16<meta name='aesop' content='information' />
17<title>12. What Now? </title>
18</head>
19<body>
20<DIV CLASS="navigation">
21<div id='top-navigation-panel' xml:id='top-navigation-panel'>
22<table align="center" width="100%" cellpadding="0" cellspacing="2">
23<tr>
24<td class='online-navigation'><a rel="prev" title="11. Brief Tour of"
25 href="node13.html"><img src='../icons/previous.png'
26 border='0' height='32' alt='Previous Page' width='32' /></A></td>
27<td class='online-navigation'><a rel="parent" title="Python Tutorial"
28 href="tut.html"><img src='../icons/up.png'
29 border='0' height='32' alt='Up One Level' width='32' /></A></td>
30<td class='online-navigation'><a rel="next" title="A. Interactive Input Editing"
31 href="node15.html"><img src='../icons/next.png'
32 border='0' height='32' alt='Next Page' width='32' /></A></td>
33<td align="center" width="100%">Python Tutorial</td>
34<td class='online-navigation'><a rel="contents" title="Table of Contents"
35 href="node2.html"><img src='../icons/contents.png'
36 border='0' height='32' alt='Contents' width='32' /></A></td>
37<td class='online-navigation'><img src='../icons/blank.png'
38 border='0' height='32' alt='' width='32' /></td>
39<td class='online-navigation'><a rel="index" title="Index"
40 href="node19.html"><img src='../icons/index.png'
41 border='0' height='32' alt='Index' width='32' /></A></td>
42</tr></table>
43<div class='online-navigation'>
44<b class="navlabel">Previous:</b>
45<a class="sectref" rel="prev" href="node13.html">11. Brief Tour of</A>
46<b class="navlabel">Up:</b>
47<a class="sectref" rel="parent" href="tut.html">Python Tutorial</A>
48<b class="navlabel">Next:</b>
49<a class="sectref" rel="next" href="node15.html">A. Interactive Input Editing</A>
50</div>
51<hr /></div>
52</DIV>
53<!--End of Navigation Panel-->
54
55<H1><A NAME="SECTION0014000000000000000000"></A><A NAME="whatNow"></A>
56<BR>
5712. What Now?
58</H1>
59
60<P>
61Reading this tutorial has probably reinforced your interest in using
62Python -- you should be eager to apply Python to solving your
63real-world problems. Now what should you do?
64
65<P>
66You should read, or at least page through, the
67<em class="citetitle"><a
68 href="../lib/lib.html"
69 title="Python Library Reference"
70 >Python Library Reference</a></em>,
71which gives complete (though terse) reference material about types,
72functions, and modules that can save you a lot of time when writing
73Python programs. The standard Python distribution includes a
74<em>lot</em> of code in both C and Python; there are modules to read
75<span class="Unix">Unix</span> mailboxes, retrieve documents via HTTP, generate random
76numbers, parse command-line options, write CGI programs, compress
77data, and a lot more; skimming through the Library Reference will give
78you an idea of what's available.
79
80<P>
81The major Python Web site is <a class="url" href="http://www.python.org/">http://www.python.org/</a>; it contains
82code, documentation, and pointers to Python-related pages around the
83Web. This Web site is mirrored in various places around the
84world, such as Europe, Japan, and Australia; a mirror may be faster
85than the main site, depending on your geographical location. A more
86informal site is <a class="url" href="http://starship.python.net/">http://starship.python.net/</a>, which contains a
87bunch of Python-related personal home pages; many people have
88downloadable software there. Many more user-created Python modules
89can be found in the <a class="ulink" href="http://www.python.org/pypi"
90 >Python Package
91Index</a> (PyPI).
92
93<P>
94For Python-related questions and problem reports, you can post to the
95newsgroup <a class="newsgroup" href="news:comp.lang.python">comp.lang.python</a>, or send them to the mailing
96list at <span class="email">python-list@python.org</span>. The newsgroup and mailing list
97are gatewayed, so messages posted to one will automatically be
98forwarded to the other. There are around 120 postings a day (with peaks
99up to several hundred),
100asking (and answering) questions, suggesting new features, and
101announcing new modules. Before posting, be sure to check the list of
102<a class="ulink" href="http://www.python.org/doc/faq/"
103 >Frequently Asked Questions</a> (also called the FAQ), or look for it in the
104<span class="file">Misc/</span> directory of the Python source distribution. Mailing
105list archives are available at <a class="url" href="http://www.python.org/pipermail/">http://www.python.org/pipermail/</a>.
106The FAQ answers many of the questions that come up again and again,
107and may already contain the solution for your problem.
108
109<P>
110
111<P>
112
113<DIV CLASS="navigation">
114<div class='online-navigation'>
115<p></p><hr />
116<table align="center" width="100%" cellpadding="0" cellspacing="2">
117<tr>
118<td class='online-navigation'><a rel="prev" title="11. Brief Tour of"
119 href="node13.html"><img src='../icons/previous.png'
120 border='0' height='32' alt='Previous Page' width='32' /></A></td>
121<td class='online-navigation'><a rel="parent" title="Python Tutorial"
122 href="tut.html"><img src='../icons/up.png'
123 border='0' height='32' alt='Up One Level' width='32' /></A></td>
124<td class='online-navigation'><a rel="next" title="A. Interactive Input Editing"
125 href="node15.html"><img src='../icons/next.png'
126 border='0' height='32' alt='Next Page' width='32' /></A></td>
127<td align="center" width="100%">Python Tutorial</td>
128<td class='online-navigation'><a rel="contents" title="Table of Contents"
129 href="node2.html"><img src='../icons/contents.png'
130 border='0' height='32' alt='Contents' width='32' /></A></td>
131<td class='online-navigation'><img src='../icons/blank.png'
132 border='0' height='32' alt='' width='32' /></td>
133<td class='online-navigation'><a rel="index" title="Index"
134 href="node19.html"><img src='../icons/index.png'
135 border='0' height='32' alt='Index' width='32' /></A></td>
136</tr></table>
137<div class='online-navigation'>
138<b class="navlabel">Previous:</b>
139<a class="sectref" rel="prev" href="node13.html">11. Brief Tour of</A>
140<b class="navlabel">Up:</b>
141<a class="sectref" rel="parent" href="tut.html">Python Tutorial</A>
142<b class="navlabel">Next:</b>
143<a class="sectref" rel="next" href="node15.html">A. Interactive Input Editing</A>
144</div>
145</div>
146<hr />
147<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
148</DIV>
149<!--End of Navigation Panel-->
150<ADDRESS>
151See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
152</ADDRESS>
153</BODY>
154</HTML>