Forum: Python Jun 29th, 2009 |
| Replies: 8 Views: 423 Awesome! Thanks a lot! Finally fixed the problem!
I'm kind of new to python, so thanks a lot for bearing with my questions! |
Forum: Python Jun 29th, 2009 |
| Replies: 8 Views: 423 I'm using 2.6.2 at the moment.
I've attached a picture to go along. I'm not exactly good at explaining all of these, because I'm as confused as it is...
Anyway, I've added some additional stuff... |
Forum: Python Jun 29th, 2009 |
| Replies: 8 Views: 423 Ah, I've gotten it to work in the interpreter. However, I'm still rather confused about the usage of it when I actually code it down.
I've tried several times (while reading the filter and lambda... |
Forum: Python Jun 29th, 2009 |
| Replies: 8 Views: 423 Thanks for the help!
However, I'm really confused at the filter and lambda. This is the first time that I've ever touched Python, so I'm quite new to all the stuff that Python uses.
I tried... |
Forum: Python Jun 29th, 2009 |
| Replies: 8 Views: 423 I'm a little stuck on this particular piece of code that I'm working on. I'm supposed to check the contents of 1 text file (original), and compare it with another text file (filter) to see if there's... |