ANAmar Nath Guptainblogs.amarnathgupta.inUnderstanding APIs — The Convention You Were Already Using Without KnowingSo if you’ve landed on this blog, then probably one of these reasons brought you here. Maybe you want to understand what an API (Application Programming Interface) actually is. Or maybe you’re curio9h ago·16 min read
MKMoussa Kalam AMZATinmoussakalamamzat.hashnode.devHow Python Handles Unknown Arguments: A Deep Dive into *args and **kwargsIf you've spent any time reading Python code, you've probably come across function signatures that look like this: def some_function(*args, **kwargs): pass And wondered, what are those asterisks 10h ago·10 min read
SRShankar rao S Patilinmarkuplanguage.hashnode.devYAML Ain’t Markup Language: A Beginner’s Guide to YAML with ExamplesLet's begin with having brief idea of "what is markup language?",in simple terms markup language is used for having parent and child relationship among different entities or components , just like in 10h ago·5 min read
SRSreekar Reddyinesreekarreddy.hashnode.dev👨🏫 Supervised Learning Explained Like You're 5Learning from labeled examples with a teacher Day 71 of 149 👉 Full deep-dive with code examples The Flashcard Teacher Analogy Remember learning with flashcards? Teacher shows card: "This is the letter A" Teacher shows card: "This is the letter B" ....1h ago·2 min read
SAShriyansh Agarwalinshriyanshagarwal.hashnode.devHow JavaScript Makes Decisions: Understanding Control FlowEver stuck in a decision of whether to go out in the rainy season? It doesn't happen that you always reject the option of going out in the rainy season, or always make the decision of going out in the6h ago·8 min read
SSSasanthi Sandaruwaniinml-01.hashnode.devHow to Structure a Machine Learning Project ProperlyWhen 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 m11h ago·3 min read
DCDipesh Chaudharyinblogs.dipeshchaudhary.name.npUnderstanding Objects in JavaScriptIn programming , We deal with real world entities. So there must be the way of storing the properties and its behaviors together . This facility is provide by the objects data structure. It is defined15h ago·7 min read
SSaumyainsaumya-agrawal.hashnode.devUnderstanding JavaScript Variables and Data Types Through Game DesignWhenever you start learning a programming language, be it Python, Java, C++, or JavaScript, one concept is common to all of them: variables and data types. Variables and Data Types are the building bl4h ago·10 min read
NRNick Robbinofficial-intelligence.hashnode.devStop Trying to Learn AI. Just Start Talking.Everyone keeps saying you need to "learn AI." Take a course. Watch tutorials. Study prompt engineering. Here's the thing: you already know how to use AI. You've been doing it your whole life. It's called talking. The Myth That's Holding You Back I he...5h ago·5 min read
AJAchal Jaininachal-jain.hashnode.devWhy Your Laptop Isn't Enough & What Cloud Actually Means for ML?You're excited. You've got a dataset, a model plan and a cup of coffee. You start your Jupyter notebook, hit model.fit() and then your laptop fan gets really loud. The training is slow. The kernel cra19h ago·6 min read