Horribly noobful string question

2005-12-13 Thread SeNTry
Hi Everyone, My first post here as I just begin to learn programming in general and python in particular. I have all the noobie confused questions, but as I work thru the tutorials I'm sure I'll find most my answers. This one is eluding me tho... I am working in the tutorials, writing scripts

Re: Horribly noobful string question

2005-12-14 Thread SeNTry
"Xavier Morel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Fredrik Lundh wrote: >> "SeNTry" wrote: >> >>> My first post here as I just begin to learn programming in general and >>> python in particular. I have all the

Re: Horribly noobful string question

2005-12-14 Thread SeNTry
SRY, that last bit of code got messed up. Hopefully it will look right now... #define two functions first, then use them. def loopfunc(looping): while looping: guess= input("guess a number. see if you can guess what I'm thinking") if guess == number: print "you got it!" looping=False playagain("

Any good Python forums?

2005-12-15 Thread SeNTry
Hello, Are there any good active python forums online? Especially any forum that has an uber-noob section! -- http://mail.python.org/mailman/listinfo/python-list

Re: Any good Python forums?

2005-12-15 Thread SeNTry
"SeNTry" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > Are there any good active python forums online? Especially any forum that > has an uber-noob section! > Hey, thanks all! I know this is a good location, you guys seem to be re

Customizable GUI package for Win$?

2007-06-26 Thread Alex Sentry
I want to know which GUI package should I turn to if I want to make something resembling MS OneNote. A lot of packages have "Notebook" style widgets or tabbed stuff, but wxPython's are not really customizable from what I know, and neither are TKs. I'm not sure about pyGTK and it's primarily a L