1. Home
  2. Computing & Technology
  3. Python

Reading from a PostgreSQL Database With Python

From Al Lukaszewski, for About.com

1 of 9

Introduction

As a complement to my tutorial on inserting data into a PostgreSQL database, we will insert data into a PostgreSQL database in this tutorial. While MySQL is perhaps the most popular database system of the day, particularly for SMBs (small and medium businesses), it is dwarfed in its power and flexibility by PostgreSQL. As mentioned previously, MySQL may be free as in gratis (i.e., cost-free) but it is not free in terms of libre (i.e., ability to modify it). PostgreSQL is free in both aspects and is powerful enough to rival a certain DBMS that begins with an "O".

This tutorial presupposes a basic familiarity with SQL. It will show how to read an entire PostgreSQL database without need for a function or class.

Explore Python
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Python
  4. Database Programming
  5. Reading PostgreSQL With Python - Reading from a PostgreSQL Database With Python

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

All rights reserved.