Forum: Python Jan 6th, 2009 |
| Replies: 2 Views: 574 Hello, I have a text-based program (non-GUI) that would run solely inside the workspace terminal. Within this program there are hundreds of "print statements" showing really long texts.
e.g.
... |
Forum: Python Dec 27th, 2008 |
| Replies: 7 Views: 1,246 Thanks, this seems very easy. But can it only play .wav files? Is there a way to play mp3 files? Thanks a lot! |
Forum: Python Dec 24th, 2008 |
| Replies: 7 Views: 1,246 Hey guys, I just want to know if there is any ways to add music to a python program (non-GUI, pure text program), and if there is, how?
Thanks a lot! |
Forum: Python Dec 21st, 2008 |
| Replies: 2 Views: 338 |
Forum: Python Dec 21st, 2008 |
| Replies: 2 Views: 338 Hello, I'm new to Python and I'm using Pydev. I'm having a problem: I have several classes and several variables outside the classes. I want to change a variable outside the classes from within a... |