Forum: Python Feb 27th, 2008 |
| Replies: 5 Views: 859 Re: Help with doing a report .txt log file Ah! I now see! I feel like such an idiot after seeing this. Thanks a lot Jeff. I have one question though could you explain the try block a little bit more clearer I am having troubles understanding... |
Forum: Python Feb 25th, 2008 |
| Replies: 5 Views: 859 |
Forum: Python Feb 25th, 2008 |
| Replies: 5 Views: 859 Help with doing a report .txt log file I have a .txt log file and must of it is crap. But there are parts that display when a user logs in, and at what time the logged in. Below is a portion of the log file. For example, "user1" is a user... |
Forum: Python Feb 23rd, 2008 |
| Replies: 152 Views: 58,283 Re: Starting Python So, I was trying to go through this code and understand. But I have a few questions on it. And please bear with me I'm just starting to learn python.
txt = txt[0] + txt[2:]
Why did you add... |