Harshit Sisodiafull-stack-development-in-30-days.hashnode.dev·Dec 12, 2024Day 2: HTML and Semantic Markup“Day 2: Building the Foundation with HTML and Semantic Markup” Introduction: Briefly introduce HTML as the backbone of web development. Highlight the importance of semantic markup for accessibility, SEO, and readability. Example: "HTML is the s...DiscussHTML5
Wajahat Alipythonvirsualmachine.hashnode.dev·Dec 10, 2024Python Virtual Machine: The Heart of Python's Runtime.Python is widely celebrated for its simplicity, readability, and portability. At the core of Python’s execution process lies a powerful yet often misunderstood component: the Python Virtual Machine (PVM). This blog unravels the magic of the PVM, expl...DiscussPython
Had Willamethodtothemadness.com·Nov 30, 2024Part 2 - growing a program step by step: a restaurant bill calculator« Previous article While this article touches upon many subjects, it is really about the process of creating a program iteratively. When starting with an idea for a program, we have to start from somewhere. Try to see how the code evolves through the...DiscussPython from the ground uppython beginner
Had Willamethodtothemadness.com·Nov 24, 2024Part 1 - Basic Concepts: Input, Output, and Data Types Explained« Previous article Next article » A good first program is having your computer ask you for input and react to your answers. This will teach you valuable tips and tricks, like printing text to your terminal. We will create a small program that asks th...DiscussPython from the ground upintro to programming
Yvonne Aderogbaeviecoder.hashnode.dev·Aug 18, 2024A Guide to Data Types in JavaScriptIntroduction: Are you interested in learning about JavaScript for Web development, Mobile App Development, Server-side Development, and more? Well, understanding the datatypes is invaluable so let's begin. Terms to Know Variables are containers where...Discussdatatypes
Breanna Humphresbrehumphres.hashnode.dev·Aug 13, 2024From Frustration to Triumph : My First Week DiaryA 28-year-old Operations Manager finds herself laid off from her job of two years, just two days before Christmas. What’s a girl to do? Dive into another marketing job? No thanks. What she really wants is to stream on Twitch and take a few months to ...Discuss·39 readssoftware development
Muhammad Abdiel Al Hafizabdiel.hashnode.dev·May 14, 2024Hello World! My Journey into Python BeginsWho Am I? Hi there! I am Muhammad Abdiel Al Hafiz, and I'm thrilled to welcome you to my blog. I'm a first-year informatics student at Amikom Purwokerto University with a passion for AI and machine learning. Even though I was a content creator at a s...Discuss·1 like·36 readsintroduction
Lamber Joe Kpukuyoulamber22.hashnode.dev·Feb 4, 2024The Advantage of learning C as a beginnerLearning C programming language as a beginner has several advantages, making it a popular choice for those entering the world of programming. Here are some reasons why starting with C can be beneficial:Foundation of Programming Concepts: C is a proc...DiscussC programming language
Aviskar Poudelaviskar.hashnode.dev·Jan 27, 2024Introduction to Programming LanguagesIntroduction We all know about language, Its a form of communicating with each other. Just like we use words to talk to each other, programming languages are like special words we use to tell computers what to do. They help us give instructions to co...Discuss·2 likesBeginner Developers
Stephen Joshuajoshpee.hashnode.dev·Jan 8, 2024Introduction To ProgrammingInput and Output Firstly you will set up the tools you will need and learn how to write your very first programs! Getting Started Tools and setup You will need the following:Visual Studio Code - The application you'll use to write your programs. Pyth...Discuss·1 like·28 readsprogramming languages