There is a quick way to check whether all the values in an iterable object are True or not in Python.
Let us suppose that we have the following list and we want to check whether all the values in it are True:
Continue readingSoftware engineering and personal development
There is a quick way to check whether all the values in an iterable object are True or not in Python.
Let us suppose that we have the following list and we want to check whether all the values in it are True:
Continue reading
It is no doubt that one of the activities that takes most of the time of software developers is debugging. We as programmers can make many mistakes, which may lead to many bugs that need to be fixed. One of the best ways to fix these bugs, understand the flow of an application, or implement new features is through debugging. ByeBug is a great Ruby gem that helps us fix bugs and debug projects by going through each line. It is similar to pry, with additional functionalities.
As I wrote in a previous post, one other article that I had the pleasure to write has been published in SimpleProgrammer.com. It is about emulating the patterns of the Nobel Prize winner physicist, Albert Einstein in software development. I invested more than eleven hours in it, taking into account the research, article outline, writing, and reformulating the points that I wanted to mention. It may seem so much time, but I enjoyed writing it, and I am grateful that so many people have found it helpful. Continue reading
© 2024 Fatos Morina
Theme by Anders Noren — Up ↑