From f9b4512f7844b3c3181049a63a647aa94aa07eeb Mon Sep 17 00:00:00 2001 From: cewing Date: Tue, 10 Dec 2013 14:57:40 -0800 Subject: [PATCH 01/26] update some automatically generated text --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 09b9112..40d1812 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - Uwpce-pythoncert.github.io + UW PCE : Python Certificate @@ -18,8 +18,8 @@
View on GitHub -

Uwpce-pythoncert.github.io

-

Project pages for the University of Washington Professional and Continuing Education Python Certification Program

+

UW PCE - Python Certificate

+

The University of Washington Professional and Continuing Education Python Certification Program.

From 5ba7f74ad45aa0663a4b2d1fc49c85027e7c57da Mon Sep 17 00:00:00 2001 From: cewing Date: Tue, 10 Dec 2013 15:16:29 -0800 Subject: [PATCH 02/26] fix up index to have a bit more information, plus some places to hang new documentation --- index.html | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 84 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 40d1812..dce21fa 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,9 @@ View on GitHub

UW PCE - Python Certificate

-

The University of Washington Professional and Continuing Education Python Certification Program.

+ +

The University of Washington Professional + and Continuing Education Python Certification Program.

@@ -28,11 +30,89 @@

The University of Washington Professional and Continuin

-UWPCE Python Certification Program Project

+ + Professional Python Training +

+ +

The University of Washington department of Professional and + Continuing Education is proud to offer the + + Certificate in Python Programming. Here you will find basic + information about the current offering and links to materials for + each of the three courses. +

+ +

Programming in Python

+

Oct 1 - Dec 10, 2013

+

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.

+ +

Topics include:

+ + + +

Schedule Notes

+ +

>No class on Nov 26.

+ +

Internet Programming in Python

+

Jan 7 - Mar 11, 2014

+

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.

+ +

Topics include:

+ + + +

System Development with Python

+

Mar 25 - May 27, 2014

+ +

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.

+ +

Topics include:

+ + -

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:

+

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.

-

http://www.pce.uw.edu/certificates/python-programming.html

From f5357a4b40436820b0eacefb57262dfac68a063f Mon Sep 17 00:00:00 2001 From: cewing Date: Tue, 10 Dec 2013 15:20:35 -0800 Subject: [PATCH 03/26] style --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index dce21fa..25dded8 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@

Programming in Python

-

Oct 1 - Dec 10, 2013

+

Oct 1 - Dec 10, 2013

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 @@ -69,7 +69,7 @@

Schedule Notes

>No class on Nov 26.

Internet Programming in Python

-

Jan 7 - Mar 11, 2014

+

Jan 7 - Mar 11, 2014

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 @@ -89,7 +89,7 @@

Topics include:

System Development with Python

-

Mar 25 - May 27, 2014

+

Mar 25 - May 27, 2014

This course focuses on larger-scale application development. Develop an understanding of the issues associated with larger software From 7b76614cb8aed79dc1c5713c473e0e87420de8af Mon Sep 17 00:00:00 2001 From: cewing Date: Tue, 10 Dec 2013 15:23:56 -0800 Subject: [PATCH 04/26] link UW PCE name --- index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 25dded8..ca8379a 100644 --- a/index.html +++ b/index.html @@ -34,13 +34,13 @@

Professional Python Training

-

The University of Washington department of Professional and - Continuing Education is proud to offer the - - Certificate in Python Programming. Here you will find basic - information about the current offering and links to materials for - each of the three courses. -

+

The University of Washington + department of Professional and Continuing Education is proud to + offer the + + Certificate in Python Programming. Here you will find basic + information about the current offering and links to materials for each + of the three courses.

Programming in Python

Oct 1 - Dec 10, 2013

From f47d53211dced1466c258aa5208221c4f52afbfd Mon Sep 17 00:00:00 2001 From: cewing Date: Fri, 3 Jan 2014 17:11:22 -0800 Subject: [PATCH 05/26] add links to web class outline and first three session presentations. --- index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/index.html b/index.html index ca8379a..48dd841 100644 --- a/index.html +++ b/index.html @@ -87,6 +87,19 @@

Topics include:

  • Web Frameworks: Flask, Django, Pyramid
  • Related Technologies: Server Management and Deployment
  • + +

    Course Outline and Presentations:

    + +

    System Development with Python

    Mar 25 - May 27, 2014

    From e35344b4a2d661d3bf6211e63c17ae399e75664d Mon Sep 17 00:00:00 2001 From: cewing Date: Fri, 3 Jan 2014 18:24:54 -0800 Subject: [PATCH 06/26] heck, it's 2014 already --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 48dd841..42f052c 100644 --- a/index.html +++ b/index.html @@ -94,11 +94,11 @@

    Course Outline and Presentations:

  • Main Course Outline
  • - Session 1 Presentation (Jan 7, 2013)
  • + Session 1 Presentation (Jan 7, 2014)
  • - Session 2 Presentation (Jan 14, 2013)
  • + Session 2 Presentation (Jan 14, 2014)
  • - Session 3 Presentation (Jan 21, 2013)
  • + Session 3 Presentation (Jan 21, 2014)

    System Development with Python

    From 167a4d4d012704d78ed14c2f056644667c896a38 Mon Sep 17 00:00:00 2001 From: cewing Date: Sat, 25 Jan 2014 14:45:59 -0800 Subject: [PATCH 07/26] links for week 4, presentation and plain html add plain html link for week 3 --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 42f052c..17fd752 100644 --- a/index.html +++ b/index.html @@ -98,7 +98,12 @@

    Course Outline and Presentations:

  • Session 2 Presentation (Jan 14, 2014)
  • - Session 3 Presentation (Jan 21, 2014)
  • + Session 3 Presentation (Jan 21, 2014) + + (as plain html) +
  • + Session 4 Presentation (Jan 28, 2014) + (as plain html)
  • System Development with Python

    From f8f3c969bf0c5fe2b66ad26e0d848d94006c9c08 Mon Sep 17 00:00:00 2001 From: cewing Date: Sat, 25 Jan 2014 14:47:12 -0800 Subject: [PATCH 08/26] ooops, forgot the '-plain' part --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 17fd752..7984525 100644 --- a/index.html +++ b/index.html @@ -103,7 +103,7 @@

    Course Outline and Presentations:

    (as plain html)
  • Session 4 Presentation (Jan 28, 2014) - (as plain html)
  • + (as plain html)

    System Development with Python

    From ec59bb70559b43fe3fcd4eac9b964aeac45f00e2 Mon Sep 17 00:00:00 2001 From: cewing Date: Sun, 26 Jan 2014 17:20:36 -0800 Subject: [PATCH 09/26] add session 5 slide links and additional tutorials --- index.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 7984525..ecdc2c1 100644 --- a/index.html +++ b/index.html @@ -103,7 +103,18 @@

    Course Outline and Presentations:

    (as plain html)
  • Session 4 Presentation (Jan 28, 2014) - (as plain html)
  • + + (as plain html) +
  • + Session 5 Presentation (Feb 4, 2014) + + (as plain html) + +
  • System Development with Python

    From dff1838c552e4caeff549a56a695067627696e14 Mon Sep 17 00:00:00 2001 From: cewing Date: Sat, 8 Feb 2014 11:48:52 -0800 Subject: [PATCH 10/26] update the index to link session 6 slides and html --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index ecdc2c1..8c0b32b 100644 --- a/index.html +++ b/index.html @@ -115,6 +115,10 @@

    Course Outline and Presentations:

  • Flask Quick Walkthrough
  • +
  • + Session 6 Presentation (Feb 11, 2014) + + (as plain html)

    System Development with Python

    From 6824f8311148b093d035578da65e0eb57cf31528 Mon Sep 17 00:00:00 2001 From: cewing Date: Sat, 8 Feb 2014 15:45:14 -0800 Subject: [PATCH 11/26] add django tutorial link to main github pages. --- index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 8c0b32b..390fc5d 100644 --- a/index.html +++ b/index.html @@ -104,10 +104,6 @@

    Course Outline and Presentations:

  • Session 4 Presentation (Jan 28, 2014) - (as plain html)
  • -
  • - Session 5 Presentation (Feb 4, 2014) - (as plain html)
  • +
  • + Session 5 Presentation (Feb 4, 2014) + + (as plain html)
  • Session 6 Presentation (Feb 11, 2014) (as plain html) + +
  • System Development with Python

    From 8552b8e40f053ffdf8b6fbf2811e7fa5e808c93e Mon Sep 17 00:00:00 2001 From: cewing Date: Sat, 8 Feb 2014 15:51:09 -0800 Subject: [PATCH 12/26] speling --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 390fc5d..e840e2c 100644 --- a/index.html +++ b/index.html @@ -120,7 +120,7 @@

    Course Outline and Presentations:

    (as plain html) From 0eed188117b8b799128fe4af362b081a6dfb8443 Mon Sep 17 00:00:00 2001 From: cewing Date: Mon, 24 Feb 2014 21:24:20 -0800 Subject: [PATCH 13/26] update to include session 7, session 8 and session 8 homework reading --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.html b/index.html index e840e2c..f6fdc79 100644 --- a/index.html +++ b/index.html @@ -123,6 +123,16 @@

    Course Outline and Presentations:

  • An Introduction to Django
  • +
  • + Session 7 Presentation +
  • +
  • + Session 8 Presentation + +
  • System Development with Python

    From 12a4e5e48ebb1a25281f4a8cc999e324bee16a74 Mon Sep 17 00:00:00 2001 From: cewing Date: Tue, 4 Mar 2014 15:53:33 -0800 Subject: [PATCH 14/26] hook in session 9 and 10 slides --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index f6fdc79..df5d91f 100644 --- a/index.html +++ b/index.html @@ -133,6 +133,10 @@

    Course Outline and Presentations:

    Installing the ZODB +
  • + Session 9 Presentation (March 4, 2014)
  • +
  • + Session 10 Presentation (March 11, 2014)
  • System Development with Python

    From 7461b5c3c719a08342381407384fe2ffc4c7e363 Mon Sep 17 00:00:00 2001 From: cewing Date: Tue, 4 Mar 2014 16:00:42 -0800 Subject: [PATCH 15/26] add plain html versions for the last four lectures --- index.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index df5d91f..8b8d1d4 100644 --- a/index.html +++ b/index.html @@ -125,18 +125,26 @@

    Course Outline and Presentations:

  • Session 7 Presentation + + (as plain html)
  • Session 8 Presentation + + (as plain html)
  • - Session 9 Presentation (March 4, 2014)
  • + Session 9 Presentation (March 4, 2014) + + (as plain html)
  • - Session 10 Presentation (March 11, 2014)
  • + Session 10 Presentation (March 11, 2014) + + (as plain html)

    System Development with Python

    From 55abfb895886cdc590854dcd6d9710f449678b64 Mon Sep 17 00:00:00 2001 From: cewing Date: Tue, 6 Jan 2015 01:11:36 -0800 Subject: [PATCH 16/26] updating for start of 2015 iteration --- index.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 8b8d1d4..40563c6 100644 --- a/index.html +++ b/index.html @@ -91,18 +91,19 @@

    Topics include:

    Course Outline and Presentations:

    System Development with Python

    From afeaa49e1c79e0d9a2bde1d9b236bc70ebc500e0 Mon Sep 17 00:00:00 2001 From: cewing Date: Tue, 6 Jan 2015 16:07:55 -0800 Subject: [PATCH 17/26] omit 1st and 3rd courses to increase clarity and visibility --- index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 40563c6..00c4f51 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,8 @@

    information about the current offering and links to materials for each of the three courses.

    +

    Internet Programming in Python

    -

    Jan 7 - Mar 11, 2014

    +

    Jan 6 - Mar 10, 2014

    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 @@ -149,6 +151,8 @@

    Course Outline and Presentations:

    --> + + From 89f44181648a62f42a3903fedf310e3d18efb81c Mon Sep 17 00:00:00 2001 From: cewing Date: Tue, 6 Jan 2015 16:32:47 -0800 Subject: [PATCH 18/26] further modifications --- index.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 00c4f51..ea5c29f 100644 --- a/index.html +++ b/index.html @@ -94,9 +94,16 @@

    Course Outline and Presentations:

    Internet Programming in Python

    -

    Jan 6 - Mar 10, 2014

    +

    Jan 6 - Mar 10, 2015

    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 From 9095849ead9d6b200161f5217cbcfa0034380628 Mon Sep 17 00:00:00 2001 From: tsegas Date: Thu, 14 Jan 2016 18:51:14 -0800 Subject: [PATCH 24/26] added a readme file --- tsega_sol/README.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 tsega_sol/README.rst diff --git a/tsega_sol/README.rst b/tsega_sol/README.rst new file mode 100644 index 0000000..c77c444 --- /dev/null +++ b/tsega_sol/README.rst @@ -0,0 +1 @@ +# Python code for UMPCE-PythonCert class From a6abe4968ac3d25307edde96c2035d5935dad231 Mon Sep 17 00:00:00 2001 From: tsegas Date: Wed, 20 Jan 2016 19:07:32 -0800 Subject: [PATCH 25/26] adding a second readme file for github test --- tsega_sol/README2.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 tsega_sol/README2.rst diff --git a/tsega_sol/README2.rst b/tsega_sol/README2.rst new file mode 100644 index 0000000..48f52d8 --- /dev/null +++ b/tsega_sol/README2.rst @@ -0,0 +1 @@ +# Python code for UMPCE-PythonCert class, 2nd try... From 1a597162f3b96e239eec1bd8d9d4f542fdd20187 Mon Sep 17 00:00:00 2001 From: Rick Riehle Date: Wed, 20 Jan 2016 19:23:19 -0800 Subject: [PATCH 26/26] Revert "github test -- readme" --- tsega_sol/README.rst | 1 - tsega_sol/README2.rst | 1 - 2 files changed, 2 deletions(-) delete mode 100644 tsega_sol/README.rst delete mode 100644 tsega_sol/README2.rst diff --git a/tsega_sol/README.rst b/tsega_sol/README.rst deleted file mode 100644 index c77c444..0000000 --- a/tsega_sol/README.rst +++ /dev/null @@ -1 +0,0 @@ -# Python code for UMPCE-PythonCert class diff --git a/tsega_sol/README2.rst b/tsega_sol/README2.rst deleted file mode 100644 index 48f52d8..0000000 --- a/tsega_sol/README2.rst +++ /dev/null @@ -1 +0,0 @@ -# Python code for UMPCE-PythonCert class, 2nd try...