Python

  1. Home
  2. Computing & Technology
  3. Python

Python Blog

From Al Lukaszewski, for About.com

Interfacing With SQL Databases

Tuesday January 29, 2008
MySQL Database representationConnecting to an SQL database need not be complicated.
(Image courtesy of About.com's SQL site)
How easy or efficient the development process is impacted greatly by the tools you use. Python is well-known for easy-to-read syntax and for relatively elegant coding being part of the language itself. When working with databases, however, some implementations are better than others. In the section on databases, you will find a series of guides on reading and writing from PostgreSQL and MySQL. For each SQL dialect, only one database-related module is used. Others exist, but the modules used allow for the cleanest implementations. For more, see: The rule in carpentry/joinery is: Using the right tools always makes a job go easier. What is true in building houses is true in developing applications.

Comments

No comments yet. Leave a Comment

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>

Explore Python

About.com Special Features

Python

  1. Home
  2. Computing & Technology
  3. Python

©2009 About.com, a part of The New York Times Company.

All rights reserved.