Re: [Tutor] Method to create small and simple database

2011-10-30 Thread Joel M.
On Sat, Oct 29, 2011 at 6:58 PM, Alan Gauld wrote: > On 29/10/11 19:28, Joel Montes de Oca wrote: > > After looking at the Python module documentation for sqlite3 >> (http://docs.python.org/**library/sqlite3.html#module-**sqlite3), >> it

Re: [Tutor] Method to create small and simple database

2011-10-29 Thread Alan Gauld
On 29/10/11 19:28, Joel Montes de Oca wrote: After looking at the Python module documentation for sqlite3 (http://docs.python.org/library/sqlite3.html#module-sqlite3), it seems to me it's the best way to make the small database that I am looking for. SQLlite is a great way to build small scale

Re: [Tutor] Method to create small and simple database

2011-10-29 Thread xDog Walker
On Saturday 2011 October 29 11:28, Joel Montes de Oca wrote: > After looking at the Python module documentation for sqlite3 > (http://docs.python.org/library/sqlite3.html#module-sqlite3), it seems > to me it's the best way to make the small database that I am looking for. First, have a look at she

Re: [Tutor] Method to create small and simple database

2011-10-29 Thread Joel Montes de Oca
On Sat Oct 29 14:14:24 2011, Joel Montes de Oca wrote: On Sat Oct 29 13:29:59 2011, Peter Otten wrote: Joel Montes de Oca wrote: Hello everyone, About me: This is the first time I post to Tutor@Python.org. I am brand spanking new to Python. I can create simple application, gone through

Re: [Tutor] Method to create small and simple database

2011-10-29 Thread Peter Otten
Joel Montes de Oca wrote: > Hello everyone, > > About me: > > This is the first time I post to Tutor@Python.org. > > I am brand spanking new to Python. I can create simple application, gone > through a few tutorials and watched the Google Python 2 day class on > Youtube. (List of classes: http:

[Tutor] Method to create small and simple database

2011-10-29 Thread Joel Montes de Oca
Hello everyone, About me: This is the first time I post to Tutor@Python.org. I am brand spanking new to Python. I can create simple application, gone through a few tutorials and watched the Google Python 2 day class on Youtube. (List of classes: http://goo.gl/Ud5rg) Just yesterday I figured