So if you guys are afraid of coding or doing stuff related to programming then this blog is for you. It will take hardly 2-3 minutes but these 2-3 minutes of your life can help you to get rid of the FEAR of PROGRAMMING and CODING. 

Programmer

Before diving into the main topics directly let me answer a very common question.

Is programming all about mathematics? 

The answer is NO.

Believe me, if you are not good at mathematics still you can do programming easily. Only in a few technical fields mathematics is needed in programming like Data Science.

Common mistakes that most of us did at the beginning:

  • We used to start coding on a computer/laptop after seeing the problem statement without thinking for a minute.
  •  We were wrongly advised for writing code from day 1 
  •  If we could not solve any problem, simply we used to see the solution. 
  •  We learned coding only for getting marks in university.

 
BELIEVE ME, THESE ARE ALL BAD PRACTICES 

If you want to be a good programmer you should follow these five rules only:

1. Pick up a programming language first. Try to understand the syntax of it. Do not MUG UP syntax as it is always available on the internet.

2. Programming is all about PROBLEM-SOLVING ABILITY.

3. Write an algorithm/pseudo-code of problem statement first. Without writing algorithms do not go for coding.

Here is a small example of a pseudo-code of a very basic program:

Write a program to add two numbers

STEP 1: Declare three variables named a,b,c

STEP 2:Take input of a and b from the user

STEP 3:Add the value of a and b and store the result into c

STEP 4:Print the result 

4. When you are ready with the algorithm go for coding. Use the COMMENT LINE which is the heart of your coding. By seeing this in the future you can easily understand what logic you have written.

5. If you are unable to solve any problem just be optimistic and say to yourself. I CAN DO IT. Do not see the solution without giving your 100% 

EVERYONE IS NOOB AT BEGINNING

Now let’s talk about CODING

In the time of coding, three things can help you

1.Programming Language

2.Data Structure

3.Algorithm

 DATA STRUCTURE IS THE MAIN THING IN CODING 

 So if you can write a pseudo-code of your problem statement then you are done with 70% of your job.

Now you have to follow some key rules:

1. Start learning the concept of Data Structure and Algorithm

2. Be consistent in practicing coding

3. DO NOT MUG UP.  

4. FORGET EVERYTHING AND LEARN AGAIN  

5. LEARN FROM BASICS. If you know BASICS then you can do anything in programming. 

 
FUNDAMENTAL THING IS BLOOD OF PROGRAMMING

And the last thing that is very very important :

 


😀😀😀😀😀😀😀


~HAPPY CODING~