Arunmathavan Karunmathavank.hashnode.dev·Sep 4, 2024Python "Higher or Lower" Game - Who Has More Followers?For this game, I created a dataset with dictionary form. Each entry in the dataset is a dictionary that contains key-value pairs representing different attributes of a person or entity (such as their name, category, followers, and country). Here is h...learning
Arunmathavan Karunmathavank.hashnode.dev·Aug 28, 2024"Building a Silent Auction Program in Python: A Step-by-Step Guide"First, import the os module to interact with the operating system, allows to clearing the terminal screen. So the bid amount isn't visible to others. import os a=input("***Welcome to the Silent Auction Program***") The winner function is a cr...learning
Arunmathavan Karunmathavank.hashnode.dev·Aug 23, 2024From Confusion to ClarityFrom the previous project, I gained several valuable insights: In the logo part, I was confused about why 'r' was used. Now I understand that in the logo (guess the number), I used backslashes (\). The 'r' converts those slashes to string characters...8 likeslearning
Arunmathavan Karunmathavank.hashnode.dev·Aug 21, 2024Create A Simple Python Program To Guess A NumberFirst, import the 'random' module and import 'logo', which is used to contain the word art or logo. Then, fix the global variables. logo=r""" ______ __ __ __ / ____/_ _____ ...learning
Arunmathavan Karunmathavank.hashnode.dev·Aug 7, 2024My campus interview experience 4In November 2023, I attended an interview with a company. The first round had 30 questions, and I managed to get 18 out of 30. The next round was a Group Discussion. The topic was OTT vs Theater. We had 20 to 25 minutes to discuss and explore. After ...2 likes·27 readslearning
Azhar Hussainblog.azharhussain.net·Jul 19, 2024Learning from Failure-Embracing Mistakes and Growing as a DeveloperFailure is often seen as something to be avoided, especially in the high-stakes world of software development. However, failure is not just inevitable—it’s essential for growth. Every mistake you make as a developer offers a unique learning opportuni...4 likes·3.2K readsSoftware Engineering 101embracing failure in tech
Arunmathavan Karunmathavank.hashnode.dev·Jun 24, 2024My campus interview experience 2In my college days especially 7th sem I won't get attend campus interviews because of my arrears. I rarely missed 4 to 5 good opportunities at that time. While attending my first drive i failed to clear first round. I did well in aptitude but failed ...1 likelearningfromfailure