Differences between revisions 45 and 46
Revision 45 as of 2005-03-22 15:21:37
Size: 341
Editor: 61
Comment:
Revision 46 as of 2005-03-22 15:30:10
Size: 5116
Editor: FredDrake
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[http://www.bjicp.net ICP]
[http://www.bjicp.net 办理ICP]
[http://www.lucking.com.cn 周易]
[http://www.bjicp.net ICP代办]
[http://www.bjicp.net 代办ICP]
[http://www.bjicp.net sp代办]
[http://www.bjicp.net 代办sp]
[http://www.bjicp.net 代办呼叫中心]
[http://www.bjicp.net 呼叫中心]
[http://www.bjicp.net sp]
#acl All:read
The sprint rooms are 301 and 307 on the third floor of the Marvin Center, and sprints will run from 8am to 6pm (roughly) each day from Saturday March 19 through Tuesday March 22. Further information, including a link to directions, under ''Logistics'' below.

Please add planned sprints to this page. Feel free to create new wiki pages for planning your sprint in detail.

= Introduction =

== What is a sprint? ==

A sprint is a focused development session, in which developers pair in a room and focus on building a particular subsystem. A sprint is organized with a coach leading the session. The coach sets the agenda, tracks activities, and keeps the development moving. The developers work in pairs using XP's pair programming approach.

The sprint approach works best when the first few hours are spent getting oriented -- presenting a tutorial for the development material, laying out the stories to tackle for the day, getting everyone a CVS or SVN checkout to work with.

[http://www.zopemag.com/Guides/miniGuide_ZopeSprinting.html ZopeMag's miniGuide to Zope Sprinting]
is a good introductory article; just
mentally remove every "Zope" from the article to make it generic.


== Why sprint at PyCon? ==

The sprints are intended to benefit various projects, and to encourage more people to take part in development. They will also be a good place to see ExtremeProgramming or other AgileMethods in action, and to work closely with experienced Python developers.

PyCon will always have a core Python sprint. Other topics will come and go
each year.

If you wish to participate in a sprint, please contact the sprint organizers in advance!
Sprint topics are listed below.

(Do we use a private LAN in the sprint room or have Internet access to a Subversion server? How is chaos avoided?)

= Schedule =

== Saturday, March 19 ==

   CanDo (Plone/PostgreSQL Application 9am - 6pm, Coach: Alan Elkner )

   BetterZope2BlobSupportSprint (11am - 6pm, Coach: ChrisMcDonough )

   Zope3Sprint (time: 9am - 6pm, Coach: Garrett Smith)

   ZodbSprint

   Zope3AppSprint

   PyCoreAstSprint

   PyPySprint (10am - whenever, Coordinator: Jacob Hallén)

   EmailSprint ('''withdrawn''')

   Mailman3Sprint (Coach: Barry Warsaw)

   DistutilsSprint (Coach: Fred Drake)

   TwistedSprint

   WsgiKitSprint (maybe...?)

== Sunday, March 20 ==

   CanDo (Plone/PostgreSQL Application 9am - 6pm, Coach: Alan Elkner )

   BetterZope2BlobSupportSprint (11am - 6pm, Coach: ChrisMcDonough )

   Zope3Sprint (time: tba, Coach: Garrett Smith)

   ZodbSprint

   Zope3AppSprint

   PyCoreAstSprint

   PyPySprint (10am - whenever, Coordinator: Jacob Hallén)

   EmailSprint ('''withdrawn''')

   Mailman3Sprint (Coach: Barry Warsaw)

   DistutilsSprint (Coach: Fred Drake)

   TwistedSprint

   WsgiKitSprint (maybe...?)

   UnununiumSprint

== Monday, March 21 ==

   CanDo (Plone/PostgreSQL Application 9am - 6pm, Coach: Alan Elkner )

   Zope3Sprint (time: tba, Coach: Garrett Smith)

   ZodbSprint

   Zope3AppSprint

   PyCoreAstSprint

   PyPySprint (10am - whenever, Coordinator: Jacob Hallén)
  
   MatplotlibSprint (Coach: John Hunter)

   EmailSprint ('''withdrawn''')

   Mailman3Sprint (Coach: Barry Warsaw)

   DistutilsSprint

   ChandlerSprint2005 (Coach: Ted Leung)

   TwistedSprint

   WsgiKitSprint (Coach: Ian Bicking)

== Tuesday, March 22 ==

   CanDo (Plone/PostgreSQL Application 9am - 6pm, Coach: Alan Elkner )

   Zope3Sprint (time: tba, Coach: Garrett Smith)

   ZodbSprint

   Zope3AppSprint

   PyCoreAstSprint

   PyPySprint (10am - whenever, Coordinator: Jacob Hallén)

   EmailSprint ('''withdrawn''')

   Mailman3Sprint (Coach: Barry Warsaw)

   DistutilsSprint

   ChandlerSprint2005 (Coach: Ted Leung)

   TwistedSprint

   WsgiKitSprint (Coach: Ian Bicking)

   AdaptersAndInterfacesSprint (Coach: Bruce Eckel)

= Possible Sprint Topics =

JythonSprint?
SWTSprint?

== Python Core ==

* rewrite setup.py

* rewrite site.py
  I'd like to see something like {{{site.addsitedir()}}} made into a public API so that additional directories of ''.pth'' files can be processed in a consistent manner without having to re-implement that machinery. -- FredDrake

* handle bugs / patches


= Logistics =

 Location: GWU on the third floor of the Marvin Conference Center: http://cafritz.gwu.edu/Directions

 Rooms: probably 301, 307, and, on Monday and Tuesday, 310.

 Time: Starting 8 am Saturday

 Date: Saturday March 19 through Tuesday March 22 inclusive.

 Cost to attend: Free!

 Bring: Your laptop and a wireless card (though a wired network infrastructure will also be available).

 IRC: #pycon on irc.freenode.net

= Who makes this possible? =

The [http://www.python.org/psf Python Software Foundation ]
is sponsoring the sprints for PyConDC2005.
Please consider making a [http://www.python.org/psf/donations.html donation]
to support this vital community activity!

----
CategoryPyCon2005

The sprint rooms are 301 and 307 on the third floor of the Marvin Center, and sprints will run from 8am to 6pm (roughly) each day from Saturday March 19 through Tuesday March 22. Further information, including a link to directions, under Logistics below.

Please add planned sprints to this page. Feel free to create new wiki pages for planning your sprint in detail.

Introduction

What is a sprint?

A sprint is a focused development session, in which developers pair in a room and focus on building a particular subsystem. A sprint is organized with a coach leading the session. The coach sets the agenda, tracks activities, and keeps the development moving. The developers work in pairs using XP's pair programming approach.

The sprint approach works best when the first few hours are spent getting oriented -- presenting a tutorial for the development material, laying out the stories to tackle for the day, getting everyone a CVS or SVN checkout to work with.

[http://www.zopemag.com/Guides/miniGuide_ZopeSprinting.html ZopeMag's miniGuide to Zope Sprinting] is a good introductory article; just mentally remove every "Zope" from the article to make it generic.

Why sprint at PyCon?

The sprints are intended to benefit various projects, and to encourage more people to take part in development. They will also be a good place to see ExtremeProgramming or other AgileMethods in action, and to work closely with experienced Python developers.

PyCon will always have a core Python sprint. Other topics will come and go each year.

If you wish to participate in a sprint, please contact the sprint organizers in advance! Sprint topics are listed below.

(Do we use a private LAN in the sprint room or have Internet access to a Subversion server? How is chaos avoided?)

Schedule

Saturday, March 19

Sunday, March 20

Monday, March 21

Tuesday, March 22

Possible Sprint Topics

JythonSprint? SWTSprint?

Python Core

* rewrite setup.py

* rewrite site.py

  • I'd like to see something like site.addsitedir() made into a public API so that additional directories of .pth files can be processed in a consistent manner without having to re-implement that machinery. -- FredDrake

* handle bugs / patches

Logistics

  • Location: GWU on the third floor of the Marvin Conference Center: http://cafritz.gwu.edu/Directions Rooms: probably 301, 307, and, on Monday and Tuesday, 310. Time: Starting 8 am Saturday Date: Saturday March 19 through Tuesday March 22 inclusive. Cost to attend: Free! Bring: Your laptop and a wireless card (though a wired network infrastructure will also be available). IRC: #pycon on irc.freenode.net

Who makes this possible?

The [http://www.python.org/psf Python Software Foundation ] is sponsoring the sprints for PyConDC2005. Please consider making a [http://www.python.org/psf/donations.html donation] to support this vital community activity!


CategoryPyCon2005

PyConDC2005/Sprints (last edited 2008-11-15 14:00:54 by localhost)

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