Re: [Tutor] Using a Blackjack Chart...

2012-05-24 Thread Ken G.
On 05/24/2012 10:27 AM, Prasad, Ramit wrote: There's no need for the 200lb sledgehammer of a database to crack this peanut. Thank you Steven for saving me from database hell. LOL. Yes, it would be a text based program. I will start working on this approach today. Again, my thanks. This wou

Re: [Tutor] Using a Blackjack Chart...

2012-05-24 Thread Prasad, Ramit
> > There's no need for the 200lb sledgehammer of a database to crack this > > peanut. > > Thank you Steven for saving me from database hell. LOL. Yes, it would > be a text > based program. I will start working on this approach today. Again, my > thanks. This would be good practice as an int

Re: [Tutor] Using a Blackjack Chart...

2012-05-24 Thread Ken G.
On 05/23/2012 09:36 PM, Steven D'Aprano wrote: Ken G. wrote: I would like to create a Python program in the manner of an using flash card format. That is, a question is asked and you can respond according and you will be notify if you are correct or incorrect. Is this supposed to be a graphic

Re: [Tutor] sqlite3 question

2012-05-24 Thread Peter Otten
Alan Gauld wrote: > On 23/05/12 17:11, Khalid Al-Ghamdi wrote: > >> I'm using Python 3 and have read that you need sqlite to be installed to >> use the sqlite3 module, but when it is imported it seems to work ok. > > The info is wrong. > Unlike other SQL databases SQLite is not a server based sy