Re: Question on for loop

2013-03-04 Thread Bryan Devaney
> if character not in lettersGuessed: > > return True > > return False assuming a function is being used to pass each letter of the letters guessed inside a loop itself that only continues checking if true is returned, then that could work. It is however more work than is need

Re: i need help

2013-03-04 Thread Bryan Devaney
On Sunday, March 3, 2013 6:45:26 PM UTC, Kwpolska wrote: > On Sun, Mar 3, 2013 at 7:46 AM, Michael Torrie wrote: > > > On 02/21/2013 03:18 AM, leonardo wrote: > > >> thanks, problem solved > > > > > > Apparently not. The shift key on your keyboard still seems to be > > > non-functional. ;) >

Re: Question on for loop

2013-03-05 Thread Bryan Devaney
On Monday, March 4, 2013 4:37:11 PM UTC, Ian wrote: > On Mon, Mar 4, 2013 at 7:34 AM, Bryan Devaney wrote: > > >> if character not in lettersGuessed: > > >> > > >> return True > > >> > > >> return False > &

Re: book advice

2013-03-05 Thread Bryan Devaney
On Friday, March 1, 2013 8:59:12 PM UTC, leonardo selmi wrote: > hi > > > > is there anyone can suggest me a good book to learn python? i read many but > there is always something unclear or examples which give me errors. > > how can I start building a sound educational background > > > > t

Re: sync databse table based on current directory data without losign previous values

2013-03-06 Thread Bryan Devaney
On Wednesday, March 6, 2013 9:43:34 AM UTC, Νίκος Γκρ33κ wrote: > Perhaps because my filenames is in greek letters that thsi error is presented > but i'am not sure. > > > > Maybe we can join root+files and store it to the set() someway differenyl well, the error refers to the line "if

Re: Set x to to None and del x doesn't release memory in python 2.7.1 (HPUX 11.23, ia64)

2013-03-06 Thread Bryan Devaney
On Wednesday, March 6, 2013 10:11:12 AM UTC, Wong Wah Meng-R32813 wrote: > Hello there, > > > > I am using python 2.7.1 built on HP-11.23 a Itanium 64 bit box. > > > > I discovered following behavior whereby the python process doesn't seem to > release memory utilized even after a variable