Forum: Python Aug 8th, 2009 |
| Replies: 2 Views: 225 Yea that fixed my problem. Thanks! |
Forum: Python Aug 7th, 2009 |
| Replies: 2 Views: 225 Hello everyone, ok so I am working on this code that takes a string and splits it using the re module. The string contains words in between "<" and ">" (sometimes multiple words). Now what the... |
Forum: Python Jul 21st, 2009 |
| Replies: 2 Views: 216 Yes your solution is a lot simpler, thanks |
Forum: Python Jul 21st, 2009 |
| Replies: 2 Views: 216 Hi everyone I am writing this program that takes a string and search it for words. Those words are taken and they get "<" at the beginning and ">" at the end of the word. then it prints the string... |
Forum: Python Jul 15th, 2009 |
| Replies: 2 Views: 151 Thanks that was what I was looking for |
Forum: Python Jul 14th, 2009 |
| Replies: 2 Views: 151 Hi everyone I have a question but I don't know if it can be done in python.
Ok so this is what I want to do:
I have two scripts
string = "hello world"
and |
Forum: Python Jul 8th, 2009 |
| Replies: 4 Views: 241 thanks I try that and it worked on my program |
Forum: Python Jul 8th, 2009 |
| Replies: 4 Views: 241 Well is there a way to get what I append to a file in a new line.
So that the output would be:
'Hello World'
'hello world'
# instead of
'Hello World!hello world!' |
Forum: Python Jul 8th, 2009 |
| Replies: 4 Views: 241 Ok so for the last couple of days I have been struggling with file handling. Here is my problem I create a new file and write some text into it. Then I open it again to add more text to it but... |
Forum: Python Jul 5th, 2009 |
| Replies: 4 Views: 261 |
Forum: Python Jul 5th, 2009 |
| Replies: 4 Views: 261 Well that was very simple i feel so dumb |
Forum: Python Jul 5th, 2009 |
| Replies: 4 Views: 261 Ok so I was working on file handling, nothing special just making new (.txt) files and putting some text in it. That works fine the problem is that when I try to read the file from within python... |
Forum: Python Jun 30th, 2009 |
| Replies: 6 Views: 271 |
Forum: Python Jun 30th, 2009 |
| Replies: 6 Views: 271 Hi everyone it's been almost a year since I gave up programing in python so I have forgotten a lot of things, so just bare with me. Ok so I was playing around with python and ended up with this... |
Forum: Python Dec 20th, 2008 |
| Replies: 3 Views: 482 I tried that a couple of times and I still get the same message |
Forum: Posting Games Dec 20th, 2008 |
| Replies: 3 Views: 648 Ok so I found this game on another website and I though it was fun so I'm going to post it here. Lets see how far we get
So here are the game rules: first you say something about the person above... |
Forum: Python Dec 20th, 2008 |
| Replies: 3 Views: 482 Hi everyone I dont know if this question has already been answer but I really need help so bare with me. So here is my problem I just downloaded python 2.6 for windows however whenever i try to open... |
Forum: Posting Games Aug 23rd, 2008 |
| Replies: 63 Views: 8,061 |
Forum: Geeks' Lounge Aug 21st, 2008 |
| Replies: 68 Views: 9,253 A Mexican bandit made a specialty of crossing the Rio Grande from time to time and robbing banks in Texas. The banks offered a reward for his capture, dead or alive, but offered a much larger award... |
Forum: Geeks' Lounge Aug 20th, 2008 |
| Replies: 411 Views: 43,483 Scared Straight...For Math
Little Tommy was doing very badly in math. His parents had tried everything; flash cards, special learning centers, in short, everything they could think of. Finally in... |
Forum: Posting Games Aug 19th, 2008 |
| Replies: 11 Views: 2,227 Why did the chicken cross the road?
To find the rate of impact failure between v1.0 and v2.0
P.S think of a new word that starts with āVā
Now that you know, my responses to this question... |
Forum: Geeks' Lounge Aug 13th, 2008 |
| Replies: 148 Views: 13,803 I have this sticker in my laptop |
Forum: Python Aug 13th, 2008 |
| Replies: 4 Views: 1,660 Lists are what they seem - a list of values. Each one of them is numbered, starting from zero - the first one is numbered zero, the second 1, the third 2, etc. You can remove values from the list,... |