Python Cheat Sheet Blog
Tag intermediateBy wilfredinni • Mar 22, 2019 • comments

In this short article, we are going to make some for loops and rewrite them, step by step, into comprehensions. If everything goes well, at the end and as a bonus, we will know how to do the same with sets and dictionaries.
By wilfredinni • Mar 08, 2019 • comments

*args and **kwargs may seem scary, but the truth is that they are not that difficult to grasp and have the power to grant your functions with flexibility and readability.