Samy Elashmawy <samelash@ix.netcom.com> écrit:
What do the lib docs cover as compared to the refrence book ?
The Reference Manual describes the Python language (syntax and core mechanics). The Library Reference Manual describes all the standards tools, already available from within Python given the appropriate `import', which you often could have written yourself, but which you will not, because they are well thought and documented already :-).
and what have you used for access to an sql server ie mSQL or Postgres ?
There are many tools in Python to access databases, but none is part of the standard Library. I'm not using any yet, myself, but will do. A good way to find "other" packages and tools, besides those described in the Library Reference, is the Vaults of Parnassus at http://www.vex.net/parnassus/. -- François Pinard http://www.iro.umontreal.ca/~pinard -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/