Differences between revisions 1 and 64 (spanning 63 versions)
Revision 1 as of 2006-05-04 18:23:43
Size: 772
Comment:
Revision 64 as of 2006-09-22 19:39:56
Size: 3962
Editor: pool-71-246-233-2
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
For more information about sprints in general, read the SprintIntroduction page.
Line 3: Line 5:
June 3, 2006 (Saturday), 10 AM - 5 PM.  * September 23, 2006 (Saturday), 9 AM - 6 PM
Line 5: Line 7:
We must leave the location at the specified ending time, so 5 PM is a hard limit on the day's activity. === Future Date/times ===

 * October 21, 2006 (Saturday), 9 AM - 6 PM
 * November 18, 2006 (Saturday), 9 AM - 6 PM
 * December 16, 2006 (Saturday), 9 AM - 6 PM
Line 16: Line 22:
[http://www.careercenter.arlington.k12.va.us/Graphics/ArlingtonMap.pdf Career center map and directions] (PDF)

The Career Center has a parking lot of its own; parking is free.

Only one of the automatic doors is operating on weekends; take the rightmost door.

The sprint is in the cafeteria; bear to the right on entering the building.

Bus lines (from http://www.wmata.com):
  * [http://www.commuterpage.com/art/41main.htm ARLINGTON TRANSIT 41] towards DINWIDDIE & COLUMBIA PIKE, leaving from Court House Metro.
  * 10B BUS towards HUNTING TOWERS, leaving from Ballston Metro.
  * 23A BUS towards CRYSTAL CITY, leaving from Ballston Metro.

Thanks to Jeff Elkner and Dave Welsh for arranging the sprint space.
Line 18: Line 39:
Python core hacking. Please add what you'd like to work on to this section.


=== Python core hacking ===

If you're new to working on the CPython interpreter, the SimpleTodo page lists some smaller projects.

 * AndrewKuchling is on the committee trying to choose a new bug tracker for Python, following the CallForTrackers. At the sprint, I'll let interested Python developers play with the four candidate trackers and offer their opinions.
 * Add your ideas here


=== SchoolTool/CanDo ===

School``Tool (http://schooltool.org) is a school information system written with Python and Zope3. Can``Do is a student competency application built on School``Tool.
Line 22: Line 57:
Add your name here if you'll be attending the sprint. Add your name here if you'll be attending the sprint.  (There's space for about 60 people.)
Line 24: Line 59:
 1.
 1.
 1.
 1.
 1.
 1.
 1.
 1.
 0. JeffreyElkner (Can``Do)
 0. AndrewKuchling (Python core, docs)
 0. FredDrake
 0. ChrisMcDonough (moral support, library stuff maybe)
 0. EldarOmuraliev (Can``Do)
 0. LindaHuynh (2:30-6)
 0. JosephMethod (2-6)
 0. RobertJellison
 0. WilliamHaddon (Can``Do)
Line 33: Line 69:
== Publicity == == Sprint Accomplishments: July 28-30, 2006 ==
Line 35: Line 71:
Announcement has been posted to: nowhere.  * AndrewKuchling added many, many examples to the library reference.
Line 37: Line 73:
Announcement will be posted to: c.l.py.a, python.org, PythonEvents page, NovaLUG, DCLUG. Other suggested lists?  * Kevin Cole started a detailed review of the Python Tutorial.

 * FredDrake removed the {{{xmlcore}}} package, leaving only the {{{xml}}} package found in previous releases. Tests were added that check for some of the problems that provoked the removal. This resolves (at least) SF:1511497 and SF:1513611, and obsoletes SF:1504456.

 * Fixed SF:1193966 (weakref documentation cleanup for extension types).

 * Various minor documentation cleanups.

 * Tom Hoffman and Alan Elkner refactored Tom's tinyzis project, removing redundant code and adding functional tests. ZIS (Zone Integration Server) is part of the Schools Interoperability Framework (SIF) with will eventually be used to allow SchoolTool to talk to moodle.

 * Interns William, Will, Robbie, and Linda worked on the skilldriver package which allows the creations of assignments that utilise competencies.

 * JeffreyElkner completed updating the 1st 9 chapters of the second edition of How to Think Like a Computer Scientist: Learning with Python (http://www.ibiblio.org/obp/thinkCS/python/english2e/html).

 * PaulCarduner and Eldar Omuraliev enhanced the journal package so each student can have a separate journal for each of their sections. A new CanDo skin was also made for overriding schooltool's actions menu layout. Work began on a more intuitive competencies editor with flexible tree layout.

 * Competency Gradebook was enhanced with javascript cell navigation

For more information about sprints in general, read the SprintIntroduction page.

Date/time

  • September 23, 2006 (Saturday), 9 AM - 6 PM

Future Date/times

  • October 21, 2006 (Saturday), 9 AM - 6 PM
  • November 18, 2006 (Saturday), 9 AM - 6 PM
  • December 16, 2006 (Saturday), 9 AM - 6 PM

Location

Arlington Career CenterBR 816 South Walter Reed DriveBR Arlington, VABR http://www.careercenter.arlington.k12.va.us

[http://maps.google.com/maps?f=q&hl=en&q=816+South+Walter+Reed+Drive,+Arlington,+VA&om=1 Google Maps link]

[http://www.careercenter.arlington.k12.va.us/Graphics/ArlingtonMap.pdf Career center map and directions] (PDF)

The Career Center has a parking lot of its own; parking is free.

Only one of the automatic doors is operating on weekends; take the rightmost door.

The sprint is in the cafeteria; bear to the right on entering the building.

Bus lines (from http://www.wmata.com):

  • [http://www.commuterpage.com/art/41main.htm ARLINGTON TRANSIT 41] towards DINWIDDIE & COLUMBIA PIKE, leaving from Court House Metro.

  • 10B BUS towards HUNTING TOWERS, leaving from Ballston Metro.
  • 23A BUS towards CRYSTAL CITY, leaving from Ballston Metro.

Thanks to Jeff Elkner and Dave Welsh for arranging the sprint space.

Projects

Please add what you'd like to work on to this section.

Python core hacking

If you're new to working on the CPython interpreter, the SimpleTodo page lists some smaller projects.

  • AndrewKuchling is on the committee trying to choose a new bug tracker for Python, following the CallForTrackers. At the sprint, I'll let interested Python developers play with the four candidate trackers and offer their opinions.

  • Add your ideas here

SchoolTool/CanDo

SchoolTool (http://schooltool.org) is a school information system written with Python and Zope3. CanDo is a student competency application built on SchoolTool.

Participants

Add your name here if you'll be attending the sprint. (There's space for about 60 people.)

  1. JeffreyElkner (CanDo)

  2. AndrewKuchling (Python core, docs)

  3. FredDrake

  4. ChrisMcDonough (moral support, library stuff maybe)

  5. EldarOmuraliev (CanDo)

  6. LindaHuynh (2:30-6)

  7. JosephMethod (2-6)

  8. RobertJellison

  9. WilliamHaddon (CanDo)

Sprint Accomplishments: July 28-30, 2006

  • AndrewKuchling added many, many examples to the library reference.

  • Kevin Cole started a detailed review of the Python Tutorial.
  • FredDrake removed the xmlcore package, leaving only the xml package found in previous releases. Tests were added that check for some of the problems that provoked the removal. This resolves (at least) 1511497 and 1513611, and obsoletes 1504456.

  • Fixed 1193966 (weakref documentation cleanup for extension types).

  • Various minor documentation cleanups.
  • Tom Hoffman and Alan Elkner refactored Tom's tinyzis project, removing redundant code and adding functional tests. ZIS (Zone Integration Server) is part of the Schools Interoperability Framework (SIF) with will eventually be used to allow SchoolTool to talk to moodle.

  • Interns William, Will, Robbie, and Linda worked on the skilldriver package which allows the creations of assignments that utilise competencies.
  • JeffreyElkner completed updating the 1st 9 chapters of the second edition of How to Think Like a Computer Scientist: Learning with Python (http://www.ibiblio.org/obp/thinkCS/python/english2e/html).

  • PaulCarduner and Eldar Omuraliev enhanced the journal package so each student can have a separate journal for each of their sections. A new CanDo skin was also made for overriding schooltool's actions menu layout. Work began on a more intuitive competencies editor with flexible tree layout.

  • Competency Gradebook was enhanced with javascript cell navigation

ArlingtonSprint (last edited 2008-11-15 14:00:51 by localhost)

Unable to edit the page? See the FrontPage for instructions.