-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (134 loc) · 7.05 KB
/
index.html
File metadata and controls
167 lines (134 loc) · 7.05 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Uwpce-pythoncert.github.io : Project pages for the University of Washington Professional and Continuing Education Python Certification Program" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>UW PCE : Python Certificate</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/UWPCE-PythonCert">View on GitHub</a>
<h1 id="project_title">UW PCE - Python Certificate</h1>
<h2 id="project_tagline">The University of Washington Professional
and Continuing Education Python Certification Program.</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a name="uwpce-python-certification-program-project" class="anchor" href="#uwpce-python-certification-program-project"><span class="octicon octicon-link"></span></a>
Professional Python Training
</h1>
<p>The <a href="http://www.pce.uw.edu">University of Washington
department of Professional and Continuing Education</a> is proud to
offer the
<a href="http://www.pce.uw.edu/certificates/python-programming.html">
Certificate in Python Programming</a>. Here you will find basic
information about the current offering and links to materials for each
of the three courses. </p>
<!--
<h3>Programming in Python</h3>
<p><em>Oct 1 - Dec 10, 2013</em></p>
<p>This course provides an introduction to the Python language.
Explore its most important libraries and practice recommended
programming styles and idioms. Learn through demonstration how the
various language features can be used together to best achieve
Pythonic style. This course it is not intended for absolute beginners
in programming, but includes a self-contained review of elementary
features.</p>
<h4>Topics include:</h4>
<ul>
<li>Variables, Expressions and Statements</li>
<li>Data Structures: Lists, Dictionaries, Tuples</li>
<li>Functions and Arguments</li>
<li>Conditionals and Recursion</li>
<li>Strings and Regular Expressions</li>
<li>Object Oriented Development: Classes, Inheritance</li>
<li>Iterators, Generators and Decorators</li>
</ul>
<h4>Schedule Notes</h4>
<p>>No class on Nov 26.</p> -->
<h3>Internet Programming in Python</h3>
<p><em>Jan 6 - Mar 10, 2015</em></p>
<p>This course emphasizes network-based programming and Web
applications, how they work and how to program them in Python. Explore
the underlying principles and their expression in the Python
libraries. Learn contrasting approaches in creating applications:
programming with the low-level libraries versus using highly
integrated frameworks.</p>
<h4>Topics include:</h4>
<ul>
<li>Foundational Technologies: sockets and the TCP/IP stack</li>
<li>Web Protocols: SMTP/IMAP/HTTP</li>
<li>Web Service APIs: XMLRPC, SOAP. REST</li>
<li>Request and Response: CGI and WSGI</li>
<li>Web Frameworks: Django, Pyramid</li>
<li>Related Technologies: Server Management and Deployment</li>
</ul>
<h4>Course Outline and Presentations:</h4>
<ul>
<li><a href="http://uwpce-pythoncert.github.io/training.python_web/html/">
Main Course Documentation</a></li>
<li><a href="http://uwpce-pythoncert.github.io/training.python_web/html/outline.html">
Course Outline</a></li>
<li><a href="http://uwpce-pythoncert.github.io/training.python_web/html/presentations/index.html">
Course Sessions</a>
<ul>
<li><a href="http://uwpce-pythoncert.github.io/training.python_web/html/presentations/session01.html">
Session 1 Presentation (Jan 6, 2015)</a></li>
<li><a href="http://uwpce-pythoncert.github.io/training.python_web/html/presentations/session02.html">
Session 2 Presentation (Jan 13, 2015)</a></li>
<li><a href="http://uwpce-pythoncert.github.io/training.python_web/html/presentations/session03.html">
Session 3 Presentation (Jan 20, 2015)</a>
<li><a href="http://uwpce-pythoncert.github.io/training.python_web/html/presentations/session04.html">
Session 4 Presentation (Jan 27, 2015)</a></li>
<li><a href="http://uwpce-pythoncert.github.io/training.python_web/html/presentations/session05.html">
Session 5 Presentation (Feb 3, 2015)</a></li>
<li><a href="http://uwpce-pythoncert.github.io/training.python_web/html/presentations/session06.html">
Session 6 Presentation (Feb 10, 2015)</a></li>
<li><a href="http://uwpce-pythoncert.github.io/training.python_web/html/presentations/session07.html">
Session 7 Presentation (Feb 17, 2015)</a></li>
<li><a href="http://uwpce-pythoncert.github.io/training.python_web/html/presentations/session08.html">
Session 8 Presentation (Feb 24, 2015)</a></li>
<li><a href="http://uwpce-pythoncert.github.io/training.python_web/html/presentations/session09.html">
Session 9 Presentation (Mar 3, 2015)</a></li>
</ul>
</li>
</ul>
<!--
<h3>System Development with Python</h3>
<p><em>Mar 25 - May 27, 2014</em></p>
<p>This course focuses on larger-scale application development.
Develop an understanding of the issues associated with larger software
projects. Complete a significant project of your choosing, and benefit
from in-class project work and direct instructor guidance. Explore
advanced Python programming topics.</p>
<h4>Topics include:</h4>
<ul>
<li>Advanced Object-Oriented Programming</li>
<li>Numerical Computation</li>
<li>Threading and Multiprocessing</li>
<li>Profiling and Performance Tuning</li>
<li>Unit Testing</li>
<li>Debugging</li>
</ul>
<p>Other possible topics according to student interest:
metaprogramming and decorators, databases and serialization, tasks and
concurrency, graphics and GUI programming, scientific and numerical
programming, embedding and integrating with other languages, etc.</p>
-->
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>