What is description attribute in python?

Mark Lawrence breamoreboy at yahoo.co.uk
Sun Nov 9 09:13:14 EST 2014


On 09/11/2014 11:05, satishmlmlml at gmail.com wrote:
> curs is coming from the following piece of code
>
> import sqlite3
> conn = sqlite3.connect('dbase1')
> curs = conn.cursor()
>

Today's exercise is to find the documentation and read it before posting 
another question.  Better still is to use the interactive prompt to run 
the above and the help facility at the same time. IMHO this is the best 
possible way to learn Python.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list