Differences between revisions 1 and 169 (spanning 168 versions)
Revision 1 as of 2006-05-04 18:23:43
Size: 772
Comment:
Revision 169 as of 2007-03-17 14:09:34
Size: 6339
Editor: 158
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.  * March 17, 2007 (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 ===

 * April 21, 2007 (Saturday), 9 AM - 6 PM
 * May 19 (Saturday), 9 AM - 6 PM
Line 16: Line 21:
[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 38:
Python core hacking. Please add what you'd like to work on to this section.


=== 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 48:
Add your name here if you'll be attending the sprint. Add your name here if you'll be attending the March sprint.
Line 24: Line 50:
 1.
 1.
 1.
 1.
 1.
 1.
 1.
 1.
 0. EldarOmuraliev (CanDo Developer)
 0. AlanElkner (CanDo Developer)
 0. LindaHuynh (CanDo) (14h30 - 18h00)
 0. JeffreyElkner (CanDo)
 0. WilliamJohnston
 0. KevinCole
 0. MasoodMalekghassemi
 0. JamaMohamed
 0. FilipSufitchi
 0. ChrisCarey
 0. PreetamDSouza
 0. MaryLinnell
 0. MounikaGarlapati
Line 33: Line 64:
== Publicity ==
Line 35: Line 65:
Announcement has been posted to: nowhere. == Sprint Accomplishments: January 20, 2007 ==
Line 37: Line 67:
Announcement will be posted to: c.l.py.a, python.org, PythonEvents page, NovaLUG, DCLUG. Other suggested lists? The following new Python developers made presentations of their
projects from the previous month:

 0. MatthewGallagher (Gasp)
 0. William Johnston and Brittney Nguyen (War Card Game)
 0. David Cooper and Bao Vuong (Xtreme Blackjack)
 0. Andrew Rodriguez and Stephen Drodge (Contract Bridge)
 0. Mary Linnell and Mounika Garlapati (Hangman)
 0. Preetam D'Souza and Chris Carey (Alien Invaders)
 0. Masood M., Jama M., and Filip S. (Chat Program)
 0. Shitaye Mamo and Selamawit Mamo (Rocking Image Styles!)
 0. Thomas Doggette and Chris Beacham (TED chat bot)

== Sprint Accomplishments: December 16, 2006 ==

 * 21 students from 3 area high schools participated in an all day intro to Python workshop. Their level of enthusiasm and stamina was truly inspiring, since even after learning all day from 9 am to 6 pm, several of the participants had to be kicked out of the lab at 6 pm.


== Sprint Accomplishments: November 18, 2006 ==

 * Fixed the score system bugs and figured out the journal hashing problem that occured when Data.fs was transfered between different machines.

 * AndrewKuchling worked on translating a [http://effbot.org/zone/pyzone-archive.htm PyZone archive] into a FAQ suitable for python.org, and on two bugfixes for Jython.

 * David Muffley, MatthewGallagher, and JamesHancock got pacman
running under gasp (https://launchpad.net/products/gasp).

== Sprint Accomplishments: October 21, 2006 ==

 * JeffreyElkner worked on [http://ibiblio.org/obp/thinkCS/python/english2e/html/index.html How to Think Like a Computer Scientist: Learning with Python], adding TkInter exercises.

== Sprint Accomplishments: September 23, 2006 ==

 * AndrewKuchling worked on using a new templating system, [http://www.voidspace.org.uk/python/rest2web/ rest2web], for the python.org website. The result is still preliminary, but promising.

 * FredDrake spent most of his time trying to figure out how to better deal with the documentation sections on www.python.org; there's more to be done, but the section for Python 2.5 now matches the style of the rest of the site.

 * Fred and Andrew spent some time reviewing the issue trackers being considered to replace the trackers on SourceForge.

 * FredDrake started going over the review comments Kevin Cole provided on the [http://docs.python.org/doc/doc.html Python Tutorial], most of which were produced at the previous Arlington sprint.

 * JeffreyElkner worked on [http://ibiblio.org/obp/thinkCS/python/english2e/html/index.html How to Think Like a Computer Scientist: Learning with Python], fixing errors found by readers and adding exercises.

 * David Muffley and George Paci worked on [http://dc.ubuntu-us.org/projects/gasp/ Gasp], adding unit tests and fixing bugs.


== 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) 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

  • March 17, 2007 (Saturday), 9 AM - 6 PM

Future Date/times

  • April 21, 2007 (Saturday), 9 AM - 6 PM
  • May 19 (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.

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 March sprint.

  1. EldarOmuraliev (CanDo Developer)

  2. AlanElkner (CanDo Developer)

  3. LindaHuynh (CanDo) (14h30 - 18h00)

  4. JeffreyElkner (CanDo)

  5. WilliamJohnston

  6. KevinCole

  7. MasoodMalekghassemi

  8. JamaMohamed

  9. FilipSufitchi

  10. ChrisCarey

  11. PreetamDSouza
  12. MaryLinnell

  13. MounikaGarlapati

Sprint Accomplishments: January 20, 2007

The following new Python developers made presentations of their projects from the previous month:

  1. MatthewGallagher (Gasp)

  2. William Johnston and Brittney Nguyen (War Card Game)
  3. David Cooper and Bao Vuong (Xtreme Blackjack)
  4. Andrew Rodriguez and Stephen Drodge (Contract Bridge)
  5. Mary Linnell and Mounika Garlapati (Hangman)
  6. Preetam D'Souza and Chris Carey (Alien Invaders)
  7. Masood M., Jama M., and Filip S. (Chat Program)
  8. Shitaye Mamo and Selamawit Mamo (Rocking Image Styles!)
  9. Thomas Doggette and Chris Beacham (TED chat bot)

Sprint Accomplishments: December 16, 2006

  • 21 students from 3 area high schools participated in an all day intro to Python workshop. Their level of enthusiasm and stamina was truly inspiring, since even after learning all day from 9 am to 6 pm, several of the participants had to be kicked out of the lab at 6 pm.

Sprint Accomplishments: November 18, 2006

running under gasp (https://launchpad.net/products/gasp).

Sprint Accomplishments: October 21, 2006

Sprint Accomplishments: September 23, 2006

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.