You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
32
110
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>
0 commit comments