On 9/19/05, Alan Gauld <[EMAIL PROTECTED]> wrote:
> > 1. I want to store the results in a mySQL database - I've done
> > this
> > kind of thing before using PHP - are there any good tutorial
> > resources
> > for using mysql with python?
>
> There is a generic DB API howto document and I have a da
> 1. I want to store the results in a mySQL database - I've done
> this
> kind of thing before using PHP - are there any good tutorial
> resources
> for using mysql with python?
There is a generic DB API howto document and I have a database
topic in my tutor which uses SQLite but the basic princ
Adam Cripps schrieb:
> Some of my pupils at school are working through simple mathematic
> problems (multiplication tables) through my website. I basically show
> some tables, they enter the results and then get feedback on how they
> did.
>
> I have two questions - and my guess is that one will b
Some of my pupils at school are working through simple mathematic
problems (multiplication tables) through my website. I basically show
some tables, they enter the results and then get feedback on how they
did.
I have two questions - and my guess is that one will be easier than the other.
1. I w