Re: [Tutor] Suggestions about documenting a function

2006-10-31 Thread Jorge Azedo
Thanks for all your help guys, but after trying to read just bits and pieces of the manual and not understanding a single sentence, much less a single chapter, I decided to just put this function on hold until I read the whole Tutorial from start to finish. I just hope it doesn't take to long..

Re: [Tutor] One million and counting

2006-10-31 Thread Jorge Azedo
Congrats! I know that what I know about Python I learned from your guide, so a personal thanks from me :) Alan Gauld wrote: > Hi folks, > > In just thought I'd mention that my web tutor has now passed > the million visitors mark. Thanks to all those on the tutor > list who have paid a visit.

Re: [Tutor] Suggestions about documenting a function

2006-10-30 Thread Jorge Azedo
Thanks for your help guys. It will take me some time to understand exactly what you suggested to fix the function (I'm still a newb at this) but thanks for your help. I'll keep you posted on the updates :) ___ Tutor maillist - Tutor@python.org http://

[Tutor] Suggestions about documenting a function

2006-10-30 Thread Jorge Azedo
I'm writing a function that generates a list with user defined length, that consists only of non-repeating random integers in a user defined range. Even I don't understand what I just wrote, so I'm just going to post the code and an example of the results :P ## Test module ## Last revision 31 Oc

Re: [Tutor] Mailing list question

2006-10-26 Thread Jorge Azedo
Danny Yoo wrote: > > >>> Not so much a question about Python, but here goes: >>> >>> How do I reply to a specific thread in the mailing list? If I place >>> "Re:bla bla" in the subject line, I notice that I start a new >>> thread, I don't continue one that already exists. How do I go about >>>

[Tutor] Mailing list question

2006-10-26 Thread Jorge Azedo
Not so much a question about Python, but here goes: How do I reply to a specific thread in the mailing list? If I place "Re:bla bla" in the subject line, I notice that I start a new thread, I don't continue one that already exists. How do I go about doing this? Thanks for any info __

Re: [Tutor] New to programming and Python

2006-10-26 Thread Jorge Azedo
First off, I don't know if I'm doing this right, I've never used a mailing list before, so I'm not sure if I'm sending this to the right place. Thanks for all the help you guys gave me ( e vocês também pessoal, é bom saber que há pessoal português por aqui :-) ). I'll try and read as many tutor

[Tutor] New to programming and Python

2006-10-25 Thread Jorge Azedo
Hi guys ( and gals ) I'm totally new to the whole programming scene (I decided to enter it for many reasons, one of which is the fact that I *want* to know how to program my computer) and I decided to start out with Python. I'm reading lots of tutorials on it, trying to understand how to work w