What is Coding? How to start coding?
What is Coding?
Simply, Coding means communicating with computers using a programming language. The computer only understands binary language, but we use programming languages to avoid writing tedious 0s and 1s statements.
the example
These are two friends Ram and Shyam; one day, ram asked Shyam how much 2+2, then Shyam replied 4, i.e., Ram commanded Shyam. Still, the problem is Ram and Shyam under their language, i.e., English, Hindi, Marathi, etc. Still, the computer doesn't understand English, Hindi, Marathi, but the laptop only understands the computer language. Now, Ram was a programmer, and Shyam is a computer, 2+2 is the input, and 4 is the output computer only understands the binary language.
What is binary language?
Binary language is a low-level programming language that is only written in 0110 form. The computer only understands the binary language. Still, to write the code in binary, it is so challenging to writhe that's why the human-made a programming language which we can give a command to the computer which computer quickly understands the language.
What is a programming language?
A programming language is a set of commands, instructions, and other syntax used to create a software program. Languages that programmers use to write code are called "high-level languages." This code can be compiled into a "low-level language" recognized directly by the computer hardware.
some commonly used high-level programming language
- Python.
- Java.
- C++
- C#
- javascript.
How to start coding from youtube?
Best youtube channel for programming language.
found these YouTube Channels, and they are accommodating for me.
*Code with Harryhttps://www.youtube.com/c/CodeWithHarry
*Java By Saurabh Shuklahttps://www.youtube.com/channel/UCGR3vMYA20JJDQvGFccujdA
*FreeCodeCamp.orghttps://www.youtube.com/c/Freecodecamp
*Teluskahttps://www.youtube.com/c/Telusko
*Corey Schaferhttps://www.youtube.com/c/Coreyms
*Learning ladhttps://www.youtube.com/c/LearningLad.
These are the top 6 best youtube channels to learn programming language.
Now the most common question is which programming language I should learn first as a beginner.
Best programming language to learn as a beginner?
Python
Python is always recommended if you're looking for an easy and even fun programming language to learn first. Rather than jumping into strict syntax rules, Python reads like English and is simple to understand for someone new to programming. This allows you to obtain a basic knowledge of coding practices without obsessing over more minor details that are often important in other languages.
C
While C is one of the more difficult languages to learn, it's still an excellent first language pick-up because almost all programming languages are implemented in it. This means that once you know C, it'll be simple to learn more languages like C++ and c#.
Java
Java is an object-oriented and feature-heavy programming language that's in high demand. It's been built under the premise of "Write once, run anywhere," meaning that it can be written on any device and work cross-platform.
JavaScript
JavaScript is another modern language. According to the general assembly, many websites that you use every day rely on JavaScript, including Twitter, Gmail, Spotify, Facebook, and Instagram.
So, What's the Best Programming Language to Learn?
- If you're looking for something easy: Python
- If you want a solid foundation to make you a master developer: C
- If you're looking for a job or want to create mobile apps: Java
- If you're going to try front-end development: Javascript
- If you're programming for your startup's website: Ruby
I hope it will help you :)
You must be logged in to post a comment.