Forum: Python Dec 27th, 2007 |
| Replies: 2 Views: 1,095 Can you please tell me in what areas I did bad in, so I can improve. |
Forum: Python Dec 26th, 2007 |
| Replies: 5 Views: 1,932 To correct this problem you can add this to the end of your program:
_pause = raw_input("Press <enter> to continue...")
If you're like me and don't want to add this to all your programs, I have... |
Forum: Python Dec 26th, 2007 |
| Replies: 2 Views: 1,095 I have created a small program in Python that asks you if you have done something, and then logs the date, question(s) and answer(s) to a file.
I thought of writing a program like this while... |
Forum: Python Aug 24th, 2007 |
| Replies: 11 Views: 5,797 Cool, I've downloaded Ulipad, and now I'm currently downloading Dr. Python. Having all these IDEs remind me of how my operating system collection started... |
Forum: Python Aug 24th, 2007 |
| Replies: 197 Views: 89,385 This doesn't matter too much, but in the code examples you wrote "Monte Python". I'm pretty sure it's spelt "Monty Python".
Editor's note: Thanks a lot! In this case it does matter, so I... |
Forum: Python Aug 24th, 2007 |
| Replies: 11 Views: 5,797 Thanks for telling me about that IDE. I got rid of Linux (I messed with the kernel too much, and I think I did something wrong, which rendered my Linux partition unusable) and switched back to... |
Forum: Python Aug 23rd, 2007 |
| Replies: 11 Views: 5,797 I recently installed Linux (Slackware Linux 12) on my laptop. On Windows I used IDLE for my python development, but on Linux, IDLE looks HORRIBLE. I tried tweaking the settings but it still looks... |
Forum: C++ Aug 17th, 2007 |
| Replies: 3 Views: 798 Hello,
I recently finished a tutorial on C++ and I have written a small program. Could you please take a look at my code and give me feedback on it?
It's a program that will ask you for two... |