Advantages of using *args in python instead of passing a list as a parameter
        Posted  
        
            by apple_pie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by apple_pie
        
        
        
        Published on 2010-05-18T08:13:16Z
        Indexed on 
            2010/05/18
            8:30 UTC
        
        
        Read the original article
        Hit count: 239
        
python
Hello, python newbie here. I'm going through python and I was wondering what are the advantages of using the *args as a parameter over just passing a list as a parameter, besides aesthetics?
© Stack Overflow or respective owner