Here are a few a my Python programs. I have recently started studying this language. I am currently using the ActiveState distribution on Windows, the fedora 5 release on Linux and the Standard Mac Edition from Python.org. There might be a few Macintosh features in some of the programs. Enjoy!


Bullet   PyPgExplorer-0.6 Released June 15, 2006 is my initial attempt at a non trivial program. It is modeled after my Tcl/Tk program PgBrowse.

Bullet   PyPgExplorer-0.7 Released July 1, 2006

Bullet   PyPgExplorer-0.8 Released July 17, 2006

Bullet   PyPgExplorer-0.9 Released Sep 9, 2006

Bullet   PyPgExplorer-0.95 Released Sep 20, 2006

Bullet   Current Editor Documentation.

PyPgExplorer is a postgresql browser. The user can interact with a postgresql database ie query/modify the database by sending SQL commands to the server and viewing the results.

Documentation for the latest version PyPgExplorer-0.95

Requirements:

PyPgExplorer runs on my WinXP, Linux, and MacOS X systems.
Running the program:
The program is distributed as a folder and should run where ever the folder is placed. Open the folder and start the file PyPgExplorer.py by whatever means you use to start python programs. When the program starts a login dialog box will appear:

Fill in the appropriate parameters and click the Connect button. If all goes well you will get the main window of the application or a dialog that lists the reason for the login failure.

As one can see the main window is divided into three parts:

  1. The SQL window, this is where the user enters SQL commands.
  2. The Status window, error messages and status messages appear here.
  3. The Results table, output from selections is displayed here.
The short version of how to use the program:
There are a variety of ways to send code to the postgresql server. The Menus Some Considerations and Caveats


Send mail to me (Jerry LeVan) if you have any problems/questions....
Back to my HomePage.


Counter courtesy of http://www.digits.com

Last update Oct 24,2006