forked from cewing/training.python_web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
199 lines (187 loc) · 9.9 KB
/
Copy pathindex.html
File metadata and controls
199 lines (187 loc) · 9.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Internet Programming with Python — Internet Programming with Python 1.0 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '1.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Internet Programming with Python 1.0 documentation" href="#" />
<link rel="next" title="Course Outline" href="outline.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="outline.html" title="Course Outline"
accesskey="N">next</a> |</li>
<li><a href="#">Internet Programming with Python 1.0 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<p><a class="reference external" href="http://www.pce.uw.edu/certificates/python-programming.html">UW Certificate Program in Python Programming</a></p>
<div class="section" id="internet-programming-with-python">
<h1>Internet Programming with Python<a class="headerlink" href="#internet-programming-with-python" title="Permalink to this headline">¶</a></h1>
<div class="sidebar">
<p class="first sidebar-title">Table of Contents</p>
<div class="toctree-wrapper last compound">
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="">Internet Programming with Python</a></li>
<li class="toctree-l1"><a class="reference internal" href="outline.html">Course Outline</a><ul>
<li class="toctree-l2"><a class="reference internal" href="outline.html#week-1-introduction-and-sockets">Week 1 - Introduction and Sockets</a></li>
<li class="toctree-l2"><a class="reference internal" href="outline.html#week-2-web-protocols">Week 2 - Web Protocols</a></li>
<li class="toctree-l2"><a class="reference internal" href="outline.html#week-3-apis-and-mashups">Week 3 - APIs and Mashups</a></li>
<li class="toctree-l2"><a class="reference internal" href="outline.html#week-4-cgi-and-wsgi">Week 4 - CGI and WSGI</a></li>
<li class="toctree-l2"><a class="reference internal" href="outline.html#week-5-small-frameworks">Week 5 - Small Frameworks</a></li>
<li class="toctree-l2"><a class="reference internal" href="outline.html#week-6-django">Week 6 - Django</a></li>
<li class="toctree-l2"><a class="reference internal" href="outline.html#week-7-django">Week 7 - Django</a></li>
<li class="toctree-l2"><a class="reference internal" href="outline.html#week-8-pyramid">Week 8 - Pyramid</a></li>
<li class="toctree-l2"><a class="reference internal" href="outline.html#week-9-the-cloud">Week 9 - The Cloud</a></li>
<li class="toctree-l2"><a class="reference internal" href="outline.html#week-10-plone">Week 10 - Plone</a></li>
</ul>
</li>
</ul>
</div>
</div>
<p>Winter Term, 2013 - (10 Sessions)</p>
<p>Tuesdays, 6-9 pm, January 8 through March 10</p>
<div class="section" id="minutiae">
<h2>Minutiae<a class="headerlink" href="#minutiae" title="Permalink to this headline">¶</a></h2>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Objectives:</th><td class="field-body">This course emphasizes distributed programs and web applications - how
they work and how to program them in Python. Students will explore the
underlying principles and their expression in Python libraries. Students
will learn contrasting approaches in creating applications: programming
with the low-level libraries versus using highly integrated frameworks.
All topics will be presented with a focus on solving real problems with
simple, pragmatic code.</td>
</tr>
<tr class="field-even field"><th class="field-name">Prerequisites:</th><td class="field-body">Students should have previously completed <a class="reference external" href="http://www.pce.uw.edu/courses/programming-python/downtown-seattle-autumn-2012/">Programming in Python</a>
or have an equivalent level of experience. Contact the instructor prior to
registering if not in the <a class="reference external" href="http://www.pce.uw.edu/certificates/python-programming.html">certificate program</a></td>
</tr>
<tr class="field-odd field"><th class="field-name">Requirements:</th><td class="field-body">This course does not provide a computer laboratory. Students will be
required to have access to a computer in order to complete the coursework.
As in-class laboratories are an important part of the experience, students
should have a portable computer they can bring to each session. Networking
in the classroom is provided via WiFi. Students should be able to
configure their computers to connect to the network.</td>
</tr>
<tr class="field-even field"><th class="field-name">Assessment:</th><td class="field-body">The course is graded Pass/Fail, based on satisfactory completion of
required programming assignments and classroom presentations. Attendance
is required; more than two unexcused absences will result in a Fail.</td>
</tr>
<tr class="field-odd field"><th class="field-name">Accommodation:</th><td class="field-body">The University of Washington is committed to providing access and
reasonable accommodation in its services, programs, activities, education
and employment for individuals with disabilities. For information or to
request disability accommodation contact: Disability Services Office:
206.543.6450/V, 206.543.6452/TTY, 206.685.7264 (FAX), or e-mail at
<a class="reference external" href="mailto:dso%40u.washington.edu">dso<span>@</span>u<span>.</span>washington<span>.</span>edu</a>.</td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="references">
<h2>References<a class="headerlink" href="#references" title="Permalink to this headline">¶</a></h2>
<p><a class="reference external" href="http://docs.python.org/release/2.6.5/">Python 2.6.5 Documentation</a>:
Complete documentation of the language.</p>
<p><a class="reference external" href="http://rgruet.free.fr/PQR26/PQR2.6.html">Python 2.6.5 Quick Reference</a>:
Dense and complete. Good for jogging your memeory, but don’t start here.</p>
<p><a class="reference external" href="http://docs.python.org/release/2.6.5/">Python Standard Library - Internet Protocols and Support</a>: All the supported internet
protocols as implemented in Python.</p>
<p><a class="reference external" href="http://www.doughellmann.com/PyMOTW/">Python Module of the Week</a>: A
fantastic reference for any module in python. Examples and usage are provided
throughout.</p>
<p><a class="reference external" href="presentations/index.html">Weekly Lecture Presentations</a>: Slides from the
classroom presentations.</p>
<div class="section" id="indices-and-tables">
<h3>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
<li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
<li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3><a href="#">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Internet Programming with Python</a><ul>
<li><a class="reference internal" href="#minutiae">Minutiae</a></li>
<li><a class="reference internal" href="#references">References</a><ul>
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h4>Next topic</h4>
<p class="topless"><a href="outline.html"
title="next chapter">Course Outline</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/index.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="outline.html" title="Course Outline"
>next</a> |</li>
<li><a href="#">Internet Programming with Python 1.0 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2012, Cris Ewing.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
</div>
</body>
</html>