NO, it is not a French word, as I hardly know French.. It is a reversed order term for those bright young minds who manage to get into the Merit List (TOP 100) of the SSC (10th Grade) exams. To begin with, as already illustrated in my previous post, these breed of people were a …
In the season of rehash/remake/reinterpret we have a new film Tomb Raider. It’s of the genre of Video Game Films (if we can define such a genre) and is the third such movie, others are Jumanji and Assasin’s Creed. Well Jumanji is not really video game to movie, however you can consider it in the …
Understanding Loops and Iterations in Python Loops are a fundamental concept in programming that allows us to execute a set of instructions repeatedly until a specific condition is met. They are essential for automating repetitive tasks and solving complex problems more efficiently. In Python, loops are a crucial part of the language, and there are …