3
votes
python, basic question on loops
There are two usual approaches, both already mentioned, which amount to:
while True:
do_stuff() # and eventually...
break; # break out of the loop
or
…
1
vote
How will learning XML benefit me?
The way most people use XML is utterly unhelpful. Structured is structured and when it comes down to it, a structure like separating your data items with commas is a lot more lightweight than XML a …
