Logo     Photos

6 Member(s) Online

PyCon is a 100%
Volunteer-run
Conference Organized by
Members of the
Python
Community.

Site/Questions etc ?

Valid XHTML 1.0 Transitional

Valid CSS!

PyCon 2007 is sponsored
in part by
Zenoss - The Next Step in IT Management Google Microsoft .Net Framework EWT LLC Enthought, Inc. ITA Software
Platinum
Wingware Python IDE Accense Technology, Inc.
Gold
Quality Vision International Inc. MerchantCircle Big Nerd Ranch, Inc. High Speed Rails Canonical ZeOmega -- Open Minds' Open Solutions Open Source Applications Foundation CCP Games Tummy.com - we do linux AG Interactive ActiveState - Dynamic Tools for Dynamic Languages
Silver
Python411 Podcast Series O'Reilly Media, Inc.
Media

Class Outline: Using the DB API

  1. A Super-Fast Introduction to the Relational Model
       * Everything is in tables
       * The role of the primary key
       * SQL in a Nutshell
  2. The DB API
       * Connections
       * Cursors
       * Exceptions
       * Some API-compliant modules
  3. Connecting to the Database
       * Creating connections
       * Transactions
       * Connection pooling
       * Thread safety
  4. Executing Queries
       * Some representations of queries
       * Building the query string
       * Processing the results
       * Representing results for convenient processing
  5. Handling Updates
       * Inserting new data
       * Deleting old data
       * Updating existing data
  6. Aiming for Portability
       * Different connection arguments
       * Differing paramstyles
       * SQL differences
  7. Putting it All Together
       * Real applications code
Content Last Modified: December 01, 2006, at 07:53 AM