Is programming all about mathematics?
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.
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:
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
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.
And the last thing that is very very important :
Post a Comment
Post a Comment
You are welcome to share your thoughts with us!