No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: Have you installed PyQt 4? Never used either of these so just a guess on my part, but here's a link to the download: [url]http://www.riverbankcomputing.co.uk/software/pyqt/download[/url] | |
Re: First it's a pain to read in normal text, use the code=python tags. Your code is also entirely wrong. Use something more like x = raw_input, then an if statement to decide what you typed and call a function to do the math. It's a pretty basic program so you … | |
Hey all, had another question that came up in my first Python program. The program is pretty much just a GUI for an application launcher. My current version has rollover buttons and successfully launches the applications, but is bloated and needs some revision so I'll post the first version with … | |
Re: I'm not quite sure what you're doing, but my guess is that you're trying to make a program that will, for example, find the average of 3+4+5 and then later could have 6 added into it and also averaged correctly. If I'm understanding this right then what you have to … | |
Just starting Python and I have a question about how to run it just by double-clicking. With simple things like [ICODE]print "Hello World"[/ICODE] the wait for user input clause can be added and it will run by double clicking and give the desired output, but when I try it with … |
The End.