SSSasanthi Sandaruwaniinse-blog.hashnode.dev00Loops in Programming: For, While, and Do-WhileMar 21 · 2 min read · Loops are a fundamental concept in programming that allow you to repeat a block of code multiple times. The three most common types of loops are For Loop, While Loop, and Do-While Loop. Loops reduce cJoin discussion
SSSasanthi Sandaruwaniinse-blog.hashnode.dev00Understanding Classes and Objects in OOPMar 21 · 2 min read · Object-Oriented Programming (OOP) is a programming paradigm built around objects and real-world entities. It helps organize code in a structured and meaningful way. Among its core concepts, classes anJoin discussion
SSSasanthi Sandaruwaniinse-blog.hashnode.dev00Arrays vs Linked Lists: A Beginner's GuideMar 21 · 2 min read · Data Structures are essential for organizing, storing, and managing data efficiently. A strong understanding of them is crucial for coding interviews and real-world applications. Among the most fundamJoin discussion
SSSasanthi Sandaruwaniinmlmindset.hashnode.dev00Common Mistakes Beginners Make in Machine LearningMar 9 · 4 min read · Machine Learning is a powerful technology used for data analysis and making predictions. Using machine learning, we build models that learn from data and give us forecasts. However, working with machiJoin discussion
SSSasanthi Sandaruwaniinmlmindset.hashnode.dev00How to Structure a Machine Learning Project ProperlyMar 6 · 3 min read · When working on machine learning projects, many beginners start by doing everything in a single notebook. Although this format might work for some small experiments, as the project grows, it becomes mJoin discussion