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] Using a Blackjack Chart...

2012-05-23 Thread Steven D'Aprano
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 graphical flashcard program? Or something you run at t

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

2012-05-23 Thread Alan Gauld
On 23/05/12 15:39, Ken G. wrote: Thank you. I am looking into SQLite3. It has a steep learning curve for me. I'm still playing with it. I assume that means you are new to SQL databases in general? (Since SqLite is probably the easiest SQL database to use!) If so then learning SQL is quite a b

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

2012-05-23 Thread Ken G.
On 05/23/2012 09:56 AM, Prasad, Ramit wrote: How can I best utilize such a chart in the Python program? Lists, Tuples, Dictionary or perhaps, a database format such as SQL? I tried using MySQLdb but was unable to use it since I am using Ubuntu 10.04.4 (Linux) as my main OS. My other OS is

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

2012-05-23 Thread Prasad, Ramit
[snip] > > How can I best utilize such a chart in the Python program? Lists, > Tuples, > > Dictionary > > or perhaps, a database format such as SQL? I tried using MySQLdb but > was > > unable > > to use it since I am using Ubuntu 10.04.4 (Linux) as my main OS. My > other > > OS is > > Windows XP

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

2012-05-22 Thread Joel Goldstick
On Tue, May 22, 2012 at 8:52 AM, 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. > > Using such format stated above, I wou

[Tutor] Using a Blackjack Chart...

2012-05-22 Thread Ken G.
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. Using such format stated above, I would like to create a Blackjack program. I wish to utiliz