How to start coding.....
Hi friends I am now going write series on start coding from basic level
steps to start coding
- make up your mind so determined and stick to the same.
- Select a programming language you are familiar with or try using python it is really very easy to start working using python
- review all basic syntaxes regarding basic input output statements and conditional statements, looping statements.
- Try using any online coding practice platforms like "HACKERRANK","HACKEREARTH","SPOJ" etc
- I prefer "HACKERRANK" over all other
- Pick up a problem try understanding it ,read it twice or thrice until you get the essence of problem
- Keep in mind these platforms accept dynamic input and tests over a number of test cases .Be cautious about that.
- Now start writing code..
- Don't tempt to use any hints or clues,Try to solve it on your own.
- In case you are not able to solve it .Try googling it ..
- Google has answer to any question we ask.
- You will get satisfaction after solving your first problem on your own.Try using same for a few other problems.
Thank you for reading
Happy coding :)