Comparing two text files in python
        Posted  
        
            by tazim
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by tazim
        
        
        
        Published on 2010-06-15T06:41:09Z
        Indexed on 
            2010/06/15
            7:42 UTC
        
        
        Read the original article
        Hit count: 245
        
python
Hi, I need to compare two files and redirect the different lines to third file. I know using diff command i can get the difference . But, is there any way of doing it in python ? Any sample code will be helpful
© Stack Overflow or respective owner