I am building a simple podcast program where I download all the data from a 
feed with feedparser and store the data in sqlite3.  I am spanking new to 
sqlite and database programming.  Should I create the database in the __init__ 
method of my class, or is that a bad idea.  I haven't done any designing that 
included databases.  

Thanks!
Chuck
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to