[Tutor] Hello

2010-01-21 Thread Samuel de Champlain
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

[Tutor] I love python

2010-01-28 Thread Samuel de Champlain
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

[Tutor] python and sqlite

2010-01-31 Thread Samuel de Champlain
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

Re: [Tutor] python and sqlite

2010-01-31 Thread Samuel de Champlain
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

[Tutor] scope, visibility?

2010-11-01 Thread Samuel de Champlain
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