Programming is telling a computer what to do.
Being good at programming means you can make the computer do what you want.
Get Started With Programming
To master programming, you need to learn the core concepts first.
No matter the programming language, many of the concepts used are still the same.
The first 5 core concepts you need to learn are:
Variables
If Statements
Arrays
Loops
Functions
It is recommended to learn these concepts in the order above.
To fully understand these concepts, you also need to have a basic understanding of data types, boolean logic, and operators.
After you have learned these core concepts, you can move on to more advanced concepts.
Programming Languages
A programming language is how we write code, what keywords we use, to tell the computer what to do.
Different programming languages are used for different purposes, like JavaScript is good for web development, Python is good for AI, and C/C++ is good for programming microcontrollers.
What we actually have to write to make use of for example variables, or functions, is slightly different depending on the programming language, and that is called the syntax of the programming language.
| Name | Age |
|---|---|
| Sriram | 20 |
| Praveen | 18 |
| shaheel | 43 |
| sadik | 34 |
| yogesh | 30 |
| krithesh | 22 |
| joshua | 20 |