Posts by Emilio M Bumachar • 214 points
4 posts
-
0
votes3
answers456
viewsA: Why does IDLE not finish running the program automatically?
The advantage of this is that the program’s global variables and functions remain accessible. Having a look at them may be useful, especially if the program ended but didn’t work as expected.
-
3
votes1
answer203
viewsA: Separate result in different worksheets
The command you’re looking for is add_sheet. This code creates a file with three sheets and writes to each one. It should be adaptable to your case: import xlwt book =…
-
4
votes7
answers14277
viewsA: What can C++ do that C# can’t?
Nothingness. Both languages are Turing-complete, as pepper_chico said. That means it can be very easier do some things in one instead of the other, but nothing one does is impossible to do in the…
-
2
votes6
answers293
viewsA: How to visually indicate which fields are fillable?
Do not leave the fields preselected, otherwise some users will click "Create Action" without even reading the rest. Leave an italic text written "Select" on each of the three, and the gray "Create…