questions

Jeremy Dillworth jwdillworth at yahoo.com
Thu Sep 4 08:28:07 EDT 2003


--- Andy <Hoosbruin at Kconline.com> wrote:
> 
> Would like to try Python......
> 
>  Can you use Python to access SQLServer... if so do you have an example.

The win32all package includes an ODBC module.  I've used this extensively,
it works quite well.

It's here:
http://pywin32.sourceforge.net/


> 
>   What are the strengths and weaknesses of Python.?
> 
>    Is it like vbscript ?
> 
> 
>  Example code of things that it's good at.... to get me started

For code examples see the Python cookbook 
(though some examples are rather advanced):
http://pythoncookbook.activestate.com/

These success stories are also interesting:
http://www.pythonology.com/success

> 
>  Thanks...
> 
> 
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list






More information about the Python-list mailing list