Skip to content

Latest commit

 

History

History
164 lines (96 loc) · 5.29 KB

File metadata and controls

164 lines (96 loc) · 5.29 KB

UW Certificate Program in Programming in Python

Python 300 Spring, 2014 March 25 through May 27th, Tuesday, 6 PM

Brief Course Description

Course Objectives

At the end of the class, students will have completed a project of their own choosing, and been exposed to different advanced topics of the python programming language. Most programming class coursework involves small, self contained, assignments. While this is useful for learning specific concepts, it is hard to develop and understanding of the issues associated with larger software projects. This class gives students a chance to develop a significant project with the guidance of the instructors.

Course Website

Lecture notes, sample code, etc will be available in the course github project:

https://github.com/UWPCE-PythonCert/Python300-SystemDevelopmentWithPython-Spring-2014

Instructors

Joseph Sheedy joseph.sheedy@gmail.com

Christopher Barker PythonCHB@gmail.com

Technology Requirements

Students will need a laptop computer with python 2.7.x , a development environment, and the ability to install additional software.

##Assessment Criteria & Course Expectations

Students are required to attend 8 out 10 classes, and complete a significant software project in the Python language, either individually or as part of a small group. In addition, each student will present some of their code for an in-class code review.

Courses in this program are arranged sequentially. To recieve the certificate, students are required to earn a grade of Successful Completion (SC) in this course. Students must have successfully completed all courses in the program to receive a certificate of completion.

The class project:

Each student will develop a substantial project throughout the class. It can be an individual project, or a group project with a small group from the class (2-4 students). We suggest that you consider a group project -- it will give you a chance to practice developing with others, as well as give you a built-in way to get code review, folks to bounce ideas off of, etc.

Requirements:

The project can be anything done primarily in Python: command line utility, desktop GUI, web application, web service, numerical model, smart phone app, you name it.

The projects should be large enough to take everyone in the group about 8-10 hours a week in addition to class time, but small enough that you can get it to a useful state in 8-9 weeks of the class.

Each project group will be expected to present their work in one of the last two classes. The presentations should be focused on the software design, rather than the problem solved (though, of course, we'll want to know what problem you solved...)

We will expect you to use a Revision Control System (likely gitHub), and employ unit testing.

You should set it up with good package structure -- ready to share and/or deploy.

Write some docs: Sphinx!

Conform to PEP8 (unless you have a company style instead)

Use PyChecker and/or PyLint and/or PyFlakes

Please have your project selected and be prepared to start right in on it on day one!

Typical class:

Each class will involve a lecture interspersed with in-class exercises about the lecture topic.

Beginning the fourth week, the final hour or so of the class will consist of a code reviews of students' work-in-progress.

In addition, as we work with you on your projects, we will highlight for the class interesting problems and their solutions that come up in class.

Schedule

Week 1

March 25th

Topics

  • packaging: Chris
  • unit testing (coverage): Joseph
  • unicode: Chris

Week 2

April 1st (proposals due)

Topics

  • PEP-8 (pylint/pychecker/pyflakes): Joseph
  • Documentation (docstrings, sphinx): Chris
  • Debugging (print, logging, pdb/ipdb, winpdb, eclipse): Joseph
  • Weak references: Chris

Week 3

April 8th

Topics

  • "advanced OO"
    • __new()__, super(): Chris
    • mixins, type, metaclasses: Joseph
    • Abstract Base Classes: Chris

Week 4

April 15th

Topics

  • Databases (DB-API w/ sqlite, postgres, mysql): Joseph
  • Non-relational DBs (zdb, Riak, MongoDB, couchDB, BSDdb): Chris
  • code reviews begin

Week 5

April 22nd

Topics

  • serialization review / XML (Joseph?)
  • Lambda functions / functional programming / functools
  • use immutable kwargs in function definition
  • itertools

(Chris out of town)

Week 6

April 29th

Topics

  • datetime,time,pytz: Joseph
  • numpy, scipy, pandas, matplotlib, ipython/notebook: Chris

Week 7

May 6th

Topics

  • profiling: Joseph
  • multi-threading/processing: Fulvio

Week 8

May 13th

Topics

  • C extensions( C API, ctypes, cython) : Chris

Week 9

May 20th

Student Presentations

-- Joseph and Chris

Week 10

May 27th

Student Presentations

-- Joseph and Chris

Student Resources

The following link includes student handbooks, services, and policies, and other important information: http://www.pce.uw.edu/resource.aspx .

Disability Accommodation

The University of Washington is committed to providing access and reasonable accommodation in its services, programs, activities, education and employment for individuals with disabilities. For information or to request disability accommodation contact the Disability Services Office at 206.543.6450/V, 206.543.6452/TTY, 206.685.7264 (FAX), or e-mail at dso@u.washington.edu.