4 easy ways to learn programming?

Jegadeesh Vontlin
2 min readMar 26, 2018

--

You may be wondering, how to easily learn programming.

As a beginner, you feel really hard to practise it.

Actually today I’m about to share a new way to learn it.

I’m not about invent a new methodology for learning programming.

its just I thought and experimented it will be easy to learn in this way.

So let’s get started.

When you start practising programming you struggle to type the various syntax depend upon the language.

Once you become familiar with that you will be easily typing the syntax and semantics.

This is what I am about explain in this article and also to make you understand the programming easily.

A kid looking at you and saying coding is easy

Learn Programming:

Why It Is Hard?

Learning programming language is hard because you didn’t understand the way of coding about it.

Yes I am not demoting your skills.

You have the skills to learn it easily but you are learning without knowing the rules

Know the rule well and play the game well

Alright don’t impose your anger on me.

You are knowing the rule of game but you are not understanding the rule well, that’s why you are getting errors actually.

Learn Syntax:

what does syntax mean in programming?

Syntax should be follow the rules of language and it should be valid and proper.

For example in C programming language

A variable cannot be created starting with a number.

6candy variable is sweet but it is not accepted and you are breaching the syntax rule of it.

Learn Semantics:

What does semantics meaning in programming?

Semantics should be meaningful when you see the complete code.

Imagine you are making a software for a big health company

and you are naming the variable and constants in the software are like Candy, HotDogs, Pizza instead of naming the respective tablet names or any health related terms.

It should convey the meaning what your variable and constants in programming or even the whole function names also.

Learn Pragmatics:

Again what does it mean?

Pragmatics talks all about the use of it.

When you code a block of statements in a programming language, it should be useful in terms of running the program very faster and mainly code should be readable.

For Example:

Instead of long if else code block you can use switch case code block

which will easily allow the programmer to read instead of going through lot of if else blocks.

Share your way of learning programming in easy way.

--

--

Jegadeesh Vontlin

System Software Engineer @ American Megatrends International