Differences between revisions 3 and 4
Revision 3 as of 2006-02-21 08:49:59
Size: 1987
Editor: 66-189-75-231
Comment:
Revision 4 as of 2006-02-21 15:12:44
Size: 2037
Editor: 66-189-75-231
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

When:
 Sunday 2:10-2:55

Where:
 Bent Tree

This talk will cover the PyCon2006 software evolution, lessons learned and what to do next.

When:

  • Sunday 2:10-2:55

Where:

  • Bent Tree

Who should Attend:

Attendees

  • Douglas Napoleone

Overview

Each web framework has it's stregnths and weaknesses. The collaborative nature of Wiki's and the minimal change management provided is essential to organizing the convention. The power of Zope to provide long term change management of conference materials and media is essential. The ability to rapidly develop complex data driven applications with Django has proven invaluable.

How do we get these four drasticly different frameworks to behave together?

Django seems to be unlikely solution.

  • Django can be seen as a toolkit in which features can be used independently to glue the rest of the world together.
  • Django can access any other python module including Zope modules, Zope DB, and even PHP templates.
  • Django can be used to generate php files, or it can use php output as its template input.

The current Django applications written for the convention are integrated into the site using such features.

Draft Agenda

We only have 45min so we need to be focused.

  • Briefly cover existing applications (<10 min)

    • Zope talks DB w/media
    • roomy (schedule and time table)
    • survey system
    • google map
    • django db layout (live admin interface)
  • How django integrates into the site (<10 min)

    • custom php template loader
    • custom context processor
    • cross app communication
    • potential Zope connection
  • The big picture
    • what problems are we trying to solve?
    • what tools best solve those problems?
  • Where do we go from here?


CategoryPyCon2006

PyCon2006/PyConSoftwareTalk (last edited 2008-11-15 14:00:57 by localhost)

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