+ 1
args y kwargs en Python Una explicación y ejemplos de uso.
Sí, lo sé, tú también los has visto en un montón de ejemplos pero no te termina de quedar claro qué significan los parámetros *args y **kwargs en una función en Python. Y no solo como parámetros, sino que también pueden ser pasados como argumentos . En este post quiero explicarte qué significan y cuándo usarlos.
1 Resposta
0
In english:
Args and Kwargs in Python an explanation and usage examples.
Yes, I know, you've also seen them in a lot of examples, but it doesn't end up being clear what the parameters * args and * * Kwargs mean in a Python function. And not just as parameters, but can also be passed as arguments. In this post I want to explain what they mean and when to use them