Re: [Tutor] python and sqlite

2010-02-01 Thread Alan Gauld
"Samuel de Champlain" wrote Here is another short one that I found: http://www.wdvl.com/Authoring/python/SQLite/Watts07162009.html If anyone knows of other tutorials on python and sqlite, please tell me of them. The databases topic in my tutorial uses SQLite as its database engine. (Only i

Re: [Tutor] python and sqlite

2010-01-31 Thread Samuel de Champlain
Thank you. I will read it next. Here is another short one that I found: http://www.wdvl.com/Authoring/python/SQLite/Watts07162009.html If anyone knows of other tutorials on python and sqlite, please tell me of them. On Sun, Jan 31, 2010 at 11:08 PM, Victoria Wood < cabbagetreecust...@gmail.com> w

Re: [Tutor] python and sqlite

2010-01-31 Thread Victoria Wood
Hi, I am very new to Python myself and decided to use sqlite so I could learn about gui programming. Although it has a lot of adverts on and is short I found this tutorial very useful http://www.devshed.com/c/a/Python/Using-SQLite-in-Python/ I hope I have replied to this correctly. Victoria On

Re: [Tutor] python and sqlite

2010-01-31 Thread Chris Fuller
Since v2.5, SQLite is included in the Standard Library. You can get docs at the Python website, or in the handy chm that comes with the Windows distribution. Cheers On Sunday 31 January 2010, Samuel de Champlain wrote: > My project is relatively light and postgresql or mysql might be overkill

Re: [Tutor] python and sqlite

2010-01-31 Thread Luke Paireepinart
Yes, it works fine with sqlite. I've seen very large projects use it just fine. I'd recommend googling "pysqlite" or something similar. -Luke On Sun, Jan 31, 2010 at 11:03 AM, Samuel de Champlain < samueldechampl...@gmail.com> wrote: > My project is relatively light and postgresql or mysql might

[Tutor] python and sqlite

2010-01-31 Thread Samuel de Champlain
My project is relatively light and postgresql or mysql might be overkill. Does python work well with sqlite? If so, can you point me towards the proper libraries and manuals/tutorials? Thanks. ___ Tutor maillist - Tutor@python.org To unsubscribe or chan