Skip to content

Commit 5ba7f74

Browse files
committed
fix up index to have a bit more information, plus some places to hang new documentation
1 parent f9b4512 commit 5ba7f74

File tree

1 file changed

+84
-4
lines changed

1 file changed

+84
-4
lines changed

index.html

Lines changed: 84 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
<a id="forkme_banner" href="https://github.com/UWPCE-PythonCert">View on GitHub</a>
2020

2121
<h1 id="project_title">UW PCE - Python Certificate</h1>
22-
<h2 id="project_tagline">The University of Washington Professional and Continuing Education Python Certification Program.</h2>
22+
23+
<h2 id="project_tagline">The University of Washington Professional
24+
and Continuing Education Python Certification Program.</h2>
2325

2426
</header>
2527
</div>
@@ -28,11 +30,89 @@ <h2 id="project_tagline">The University of Washington Professional and Continuin
2830
<div id="main_content_wrap" class="outer">
2931
<section id="main_content" class="inner">
3032
<h1>
31-
<a name="uwpce-python-certification-program-project" class="anchor" href="#uwpce-python-certification-program-project"><span class="octicon octicon-link"></span></a>UWPCE Python Certification Program Project</h1>
33+
<a name="uwpce-python-certification-program-project" class="anchor" href="#uwpce-python-certification-program-project"><span class="octicon octicon-link"></span></a>
34+
Professional Python Training
35+
</h1>
36+
37+
<p>The University of Washington department of Professional and
38+
Continuing Education is proud to offer the
39+
<a href="http://www.pce.uw.edu/certificates/python-programming.html">
40+
Certificate in Python Programming</a>. Here you will find basic
41+
information about the current offering and links to materials for
42+
each of the three courses.
43+
</p>
44+
45+
<h3>Programming in Python</h3>
46+
<p>Oct 1 - Dec 10, 2013</p>
47+
<p>This course provides an introduction to the Python language.
48+
Explore its most important libraries and practice recommended
49+
programming styles and idioms. Learn through demonstration how the
50+
various language features can be used together to best achieve
51+
Pythonic style. This course it is not intended for absolute beginners
52+
in programming, but includes a self-contained review of elementary
53+
features.</p>
54+
55+
<h4>Topics include:</h4>
56+
57+
<ul>
58+
<li>Variables, Expressions and Statements</li>
59+
<li>Data Structures: Lists, Dictionaries, Tuples</li>
60+
<li>Functions and Arguments</li>
61+
<li>Conditionals and Recursion</li>
62+
<li>Strings and Regular Expressions</li>
63+
<li>Object Oriented Development: Classes, Inheritance</li>
64+
<li>Iterators, Generators and Decorators</li>
65+
</ul>
66+
67+
<h4>Schedule Notes</h4>
68+
69+
<p>>No class on Nov 26.</p>
70+
71+
<h3>Internet Programming in Python</h3>
72+
<p>Jan 7 - Mar 11, 2014</p>
73+
<p>This course emphasizes network-based programming and Web
74+
applications, how they work and how to program them in Python. Explore
75+
the underlying principles and their expression in the Python
76+
libraries. Learn contrasting approaches in creating applications:
77+
programming with the low-level libraries versus using highly
78+
integrated frameworks.</p>
79+
80+
<h4>Topics include:</h4>
81+
82+
<ul>
83+
<li>Foundational Technologies: sockets and the TCP/IP stack</li>
84+
<li>Web Protocols: SMTP/IMAP/HTTP</li>
85+
<li>Web Service APIs: XMLRPC, SOAP. REST</li>
86+
<li>Request and Response: CGI and WSGI</li>
87+
<li>Web Frameworks: Flask, Django, Pyramid</li>
88+
<li>Related Technologies: Server Management and Deployment</li>
89+
</ul>
90+
91+
<h3>System Development with Python</h3>
92+
<p>Mar 25 - May 27, 2014</p>
93+
94+
<p>This course focuses on larger-scale application development.
95+
Develop an understanding of the issues associated with larger software
96+
projects. Complete a significant project of your choosing, and benefit
97+
from in-class project work and direct instructor guidance. Explore
98+
advanced Python programming topics.</p>
99+
100+
<h4>Topics include:</h4>
101+
102+
<ul>
103+
<li>Advanced Object-Oriented Programming</li>
104+
<li>Numerical Computation</li>
105+
<li>Threading and Multiprocessing</li>
106+
<li>Profiling and Performance Tuning</li>
107+
<li>Unit Testing</li>
108+
<li>Debugging</li>
109+
</ul>
32110

33-
<p>Welcome to the University of Washington Professional and Continuing Education Python Certification gitHub Organization. In this space, you will find projects pertaining to the certification program:</p>
111+
<p>Other possible topics according to student interest:
112+
metaprogramming and decorators, databases and serialization, tasks and
113+
concurrency, graphics and GUI programming, scientific and numerical
114+
programming, embedding and integrating with other languages, etc.</p>
34115

35-
<p><a href="http://www.pce.uw.edu/certificates/python-programming.html">http://www.pce.uw.edu/certificates/python-programming.html</a></p>
36116
</section>
37117
</div>
38118

0 commit comments

Comments
 (0)