Python Cheat Sheet Blog
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.
By wilfredinni • Aug 17, 2018 • comments

As a self-taught Python Developer and a newbie myself, I think that one of the most important things when starting is to surround ourselves with all things Python-related: blogs, developers, projects, and YouTube channels are just a few examples. In this post, I want to share some of the assets I collected to this point.
By wilfredinni • Jul 27, 2018 • comments

When writing code, you can do it in more than a single way. Some are considered to be bad, and others, clear, concise and maintainable. Or pythonic. In this Article we are going to explore the way that Python Sets can help us not just with readability, but also speeding up our programs execution time.
By wilfredinni • Jul 17, 2018 • comments

Anyone can forget how to make character classes for a regex, slice a list or do a for loop. This Python cheat sheet tries to provide a basic reference for beginner and advanced developers, lower the entry barrier for newcomers and help veterans refresh the old tricks.