This is my first message to this mailing list.
I want to create a project with glade and pygtk on fedora.
Can you suggest a good IDE?
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/lis
I am presently doing the "Dive into Python tutorial", and I wanted to share
these lines with you.
"As a former philosophy major, it disturbs me to think that things disappear
when no one is looking at them, but that's exactly what happens in Python.
In general, you can simply forget about memory m
My project is relatively light and postgresql or mysql might be overkill.
Does python work well with sqlite?
If so, can you point me towards the proper libraries and manuals/tutorials?
Thanks.
___
Tutor maillist - Tutor@python.org
To unsubscribe or chan
hope I have replied to this correctly.
>
> Victoria
>
> On Sun, Jan 31, 2010 at 11:03 AM, Samuel de Champlain <
> samueldechampl...@gmail.com> wrote:
>
> > My project is relatively light and postgresql or mysql might be overkill.
> > Does python work well with sqlit
I am learning python. To practice, I am coding a hangman application in
pyGTK.
Here are my imports:
import pygtk
pygtk.require('2.0')
import gtk
import random
Here is my main class:
class PenduGTK:
Inside the class is a method with a bit of code:
def masque(chaine,liInd=0):
i = 0