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
"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
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("
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
"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
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