-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (36 loc) · 1.1 KB
/
index.html
File metadata and controls
50 lines (36 loc) · 1.1 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
<html>
<head>
<title>Python Programming</title>
</head>
<body>
<h2>Python Programming</h2>
<hr>
<p>
Autumn, Winter, Spring 2011 -- 2012, Tuesdays 6 - 9 pm,
<a href="http://www.pce.uw.edu/maps.aspx?id=88&terms=">
downtown Seattle</a>.
</p>
<p>
UW Certificate Program in
<a href="http://www.pce.uw.edu/prog.aspx?id=6049"><b>Python Programming</b></a>, includes
<ul>
<li><a href="http://staff.washington.edu/jon/uw_python/fall_2011/index.html"><b>Programmming in Python</b></a> (Fall 2011)
<li><a href="winter_2012/index.html"><b>Internet Programmming in Python</b></a> (Winter 2012)
<li><b>System Development with Python</b></a> (Spring 2012).
</ul>
</p>
</p>
This program will be similar to last year:
<a href="http://staff.washington.edu/jon/python-course/">Autumn 2010</a>,
<a href="http://briandorsey.info/uwpython/Internet_Programming_in_Python.html">
Winter 2011</a>,
<a href="http://staff.washington.edu/jon/python-course/course3.html">
Spring 2011</a>.
</p>
<hr>
<p>
<a href="http://staff.washington.edu/jon/index.html">Jonathan Jacky</a>,
<em class="email">jon at uw dot edu</em>
</p>
</body>
</html>