Language
Python
Remove
Platform
Any
License
Any
Hey, I've just started with python and I'M using python's IDE, IDEL, & Wing IDE. When I read my book on python programming it shows the programs running in a traditional DOS type of window. But...
I'M trying to learn Python and as you might expect, I start with "Hello World". But I can't get anything to happen. How do I execute and view the end result of my code?
You make a good point. I gave it some thought, and I find myself agreeing with you in general. However, if the poster wants to pay, that's his prerogative. Plus, no program details were posted.
if lettersGuessed != 0 (no else needed)
same thing w/ if subproblem in secret:
: : def countErrors(secret, lettersGuessed, errors):
:
: if lettersGuessed == "":
: errors = errors + 0
: else:
: subproblem = lettersGuessed
: others =...
def countErrors(secret, lettersGuessed, errors):
if lettersGuessed == "":
errors = errors + 0
else:
subproblem = lettersGuessed
others = lettersGuessed...
: I was assigned to search for LISP software and make at least 5
: programs.
:
: I have no idea with this. can anyone help me?
:
: thanks in adavance..
:
A good starting point might be the...
I was assigned to search for LISP software and make at least 5 programs.
I have no idea with this. can anyone help me?
thanks in adavance..
Hi there,
I have been doing a bit of programming in C# and PHP, as well as some Python and a wee bit of C++ in visual studio express. It's kind of nice and it does the trick, except that...
: I forgot about a pure python way of doing the same thing:
:
: raw_input('Press ENTER to continue...\n')
:
Is this okay python programming, or just a simple way to get around? This is like...
0
: no rows returned
:
:
:
: : there basically is no traffic here, as a matter of fact, the only truly active boards are the C/C++ boards and the Basic boards....
: :
: : Idk, I just want to post to make things more alive,...
there basically is no traffic here, as a matter of fact, the only truly active boards are the C/C++ boards and the Basic boards....
Idk, I just want to post to make things more alive, if at all......
: This message was edited by Gregry2 at 2006-7-19 19:13:34
: : Hello, i'm learning python, python is the first programming language i'm learning.
: :
: : Owkee here's the question: I need to...
This message was edited by Gregry2 at 2006-7-19 19:13:34
: Hello, i'm learning python, python is the first programming language i'm learning.
:
: Owkee here's the question: I need to make an...