Munachi Elekwamunaelekwa.hashnode.dev·Nov 8, 2024Control Flow Statements in PythonWelcome Back! If you’re here for the fourth time, fantastic job following along! And if this is your first time, don’t worry—you can quickly catch up with the basics from the previous articles and join us right here. In this lesson, we’re diving into...DiscussExplaining Python, Like You are 5Python
Munachi Elekwamunaelekwa.hashnode.dev·Nov 7, 2024Python Basics: Lists, Tuples, DictionariesWelcome Back to Explaining Python: Lists, Tuples, and Dictionaries Welcome back! If you’ve been following along, kudos for sticking with it! If you're just joining, feel free to start from the first lesson to catch up. In this lesson, we’ll dive into...DiscussExplaining Python, Like You are 5Python
Munachi Elekwamunaelekwa.hashnode.dev·Nov 5, 2024Python basics : Variables and DatatypesWelcome Back to "Explaining Python Like You’re 5"! This is the second lesson in our Explaining Python series! If you’ve made it here, congratulations! You’re on your way to becoming a Python pro. If this is your first time joining, no worries—you hav...DiscussExplaining Python, Like You are 5Python
Munachi Elekwamunaelekwa.hashnode.dev·Nov 5, 2024Getting Started With PythonWelcome!Welcome to the first article in this series and to your first step toward becoming a badass Python programmer! Yes, you read that right. Python isn’t a snake here; it’s a programming language that’s as powerful as it is beginner-friendly. Whe...Discuss·29 readsExplaining Python, Like You are 5Python
rohit manthapractical-web-dev.hashnode.dev·Oct 13, 2024My 7-Day JavaScript Journey: From Basics to Asynchronous MasteryThe past week has been all about diving deep into JavaScript, pushing through challenges, and coming out with a much clearer understanding of the language. As someone who enjoys working with technologies and solving problems, I wanted to share my exp...DiscussJavaScript
Prerit Sainipreritsaini.hashnode.dev·Oct 8, 2024Understanding Time and space complexities in simple terms.When learning about data structures and algorithms, we encounter a common term: complexities. We see this term everywhere on LeetCode and similar platforms. The efficiency of your solution to a problem is evaluated based on its complexities. In other...TuShaR BhArdWaJ and 1 other are discussing this2 people are discussing thisDiscuss·31 likes·67 readsComputer Science
Jalaj Singhaljalajsinghal3.hashnode.dev·Oct 6, 2024Singly link list traversalIn today’s blog we are going to see how we can make singly link list in any language today we will see how we can make it in C. Creation of Node: As we know Link list contain the data in the form of NODE so first, we will create node. struct Node ...DiscussDSA
Aaksaaks.hashnode.dev·Oct 3, 2024REACT Day 1/40On my first day, I started by learning about the working of React itself different frameworks followed by creating a new project and took some time to familiarize myself with all the files and folders included in the setup. Here’s a little summary of...Discuss·1 likeBeginner Developers
Nkwor Janejustjane.hashnode.dev·Aug 28, 2024What you need to know about READMESI recently joined a 10-day Frontend challenge organized by CodeVixens. The challenge involved tasks ranging from beginner to intermediate levels, and I had to submit my solutions daily. I completed the challenge but discovered my repository lacked do...DiscussOpen Source
Vivekheyvivek.com·Aug 26, 2024🔍 Unlocking Hidden Power: Essential Yet Overlooked JavaScript Concepts Every Beginner Should Know 💡JavaScript is a versatile and powerful language that continues to evolve, with new features and concepts being introduced regularly. While many developers are familiar with the basics and popular features of JavaScript, there are several lesser-known...Discuss·12 likes·243 readsJavaScript