real goal is to start the gui in a different thread, and have the
main thread regain control. That seems like a feasible thing to be
able to do, though I have been unsuccessful ... if anyone would like
to suggest something without being covertly insulting, I'm all ears.
Thanks,
--Shafik
On
heers,
--Shafik
--
http://mail.python.org/mailman/listinfo/python-list
Thanks to all of you, Im sure I'll pick your brains some more later
down the line.
--Shafik
--
http://mail.python.org/mailman/listinfo/python-list
On Jul 11, 12:05 pm, Alexander Schmolck <[EMAIL PROTECTED]> wrote:
> Shafik <[EMAIL PROTECTED]> writes:
> > Hello folks,
>
> > I am an experienced programmer, but very new to python (2 days). I
> > wanted to ask: what exactly is the difference between a tupl
Hello folks,
I am an experienced programmer, but very new to python (2 days). I
wanted to ask: what exactly is the difference between a tuple and a
list? I'm sure there are some, but I can't seem to find a situation
where I can use one but not the other.
Thanks in advance,
--Shafik
On May 1, 10:40 pm, HMS Surprise <[EMAIL PROTECTED]> wrote:
> Greetings,
>
> I need to peform some simple queries via MySQL. Searching the list I
> see that folks are accessing it with python. I am very new to python
> and pretty new to MySQL too. Would appreciate it if you could point me
> to some