CRCristina Rubioinpythonlab.hashnode.dev00Welcome to Python Lab 1d ago · 1 min read · To learn programming, we need to practice, make mistakes and try again and again. This space is created for exactly that: learning Python by writing code and solving problems. What is Python Lab? PythJoin discussion
TVThrishali Vittalinmycodingchallenge.hashnode.dev00Day 11 of My 30-Day Coding Challenge on HackerRank21h ago · 3 min read · Day 11 was all about binary numbers and understanding how decimal numbers are converted into binary format. This time, I solved the challenge without using built-in functions, which helped me understaJoin discussion
TVThrishali Vittalinmycodingchallenge.hashnode.dev00Day 10 of My 30-Day Coding Challenge on HackerRank1d ago · 3 min read · Day 10 introduced me to the concept of Recursion through a classic problem — calculating the factorial of a number. Although the challenge expected a recursive solution, I first solved it using an iteJoin discussion
TVThrishali Vittalinmycodingchallenge.hashnode.dev00Day 9 of My 30-Day Coding Challenge on HackerRank1d ago · 3 min read · Day 9 was all about learning Dictionaries (Maps / HashMaps)—one of the most useful data structures in programming. Today’s challenge focused on building a simple phone book using key-value pair mappinJoin discussion
TVThrishali Vittalinmycodingchallenge.hashnode.dev00Day 8 of My 30-Day Coding Challenge on HackerRank3d ago · 2 min read · Day 8 was all about learning one of the most important data structures in programming — Arrays. Today’s challenge focused on taking elements from an array and printing them in reverse order. Problem OJoin discussion
TVThrishali Vittalinmycodingchallenge.hashnode.dev00Day 7 of My 30-Day Coding Challenge on HackerRank4d ago · 2 min read · Day 7 was all about strings and loops—combining two important concepts to solve a character-based problem. Today’s challenge focused on separating the even-indexed and odd-indexed characters of a striJoin discussion
TVThrishali Vittalinmycodingchallenge.hashnode.dev00Day 6 of My 30-Day Coding Challenge on HackerRank5d ago · 2 min read · Day 6 was all about loops and repetition—one of the most fundamental concepts in programming. Today’s challenge focused on generating the multiplication table of a given number using a loop. Problem Join discussion
TVThrishali Vittalinmycodingchallenge.hashnode.dev00Day 5 of My 30-Day Coding Challenge on HackerRank6d ago · 3 min read · Day 5 introduced me to an important Object-Oriented Programming (OOP) concept — understanding the difference between a class and an instance. This challenge was more interesting because it focused on Join discussion
TVThrishali Vittalinmycodingchallenge.hashnode.dev00Day 4 of My 30-Day Coding Challenge on HackerRankApr 21 · 2 min read · Day 4 was all about conditional statements (if-else)—one of the most important concepts in programming. Problem Overview Today’s challenge focused on: Understanding conditional logic Working with evJoin discussion
TVThrishali Vittalinmycodingchallenge.hashnode.dev00Day 3 of My 30-Day Coding Challenge on HackerRankApr 20 · 2 min read · Day 3 was all about applying arithmetic operators in a real-world scenario, and it felt more practical compared to the previous days! Problem Overview Today’s challenge focused on: Working with arithJoin discussion