Published in Analytics Vidhya·PinnedThe Mutable Default Argument Mess in PythonMeet Kevin, 🙋♂️ Kevin is learning Python. One day he was given a problem to solve as follows: Design a function that appends ‘#’ to a list provided as an argument and then prints it. …Python3 min read
PinnedModern C++ FeaturesC++ is not just C with classes, it is a very powerful language that comes with many features that are provided by languages like Python and JavaScript. In this article, I have shown a few features that you may know from Python or JavaScript that you can use in C++…Cpp7 min read
Dec 30, 2020Do You Understand the Internet?We use the internet on a daily basis. Our phones, laptops, computers, all connected to the internet. But how the internet works? In this blog, we are going to find the answers to these questions - What is the internet? What is a network? What are the IP addresses? What…Internet7 min read
Dec 30, 2020What Happens When You Run a Computer Program?Introduction How do you run a computer program? You may double click the icon. Or You may run it through a terminal if you happened to be a programmer. In both cases, the Operating System launches the program after performing some operations and hand it to the CPU to execute it. …Operating Systems4 min read