How to start coding.....

Hi friends I am now going write series on start coding from basic level
steps to start coding
  1. make up your mind so determined and stick to the same.
  2. Select a programming language you are familiar with or try using python it is really very easy to start working using python
  3. review all basic syntaxes regarding basic input output statements and conditional statements, looping statements.
  4. Try using any online coding practice platforms like "HACKERRANK","HACKEREARTH","SPOJ" etc
  5. I prefer "HACKERRANK" over all other
  6. Pick up a problem try understanding it ,read it twice or thrice until you get the essence of problem
  7. Keep in mind these platforms accept dynamic input and tests over a number of test cases .Be cautious about that.
  8. Now start writing code..
  9. Don't tempt to use any hints or clues,Try to solve it on your own.
  10. In case you are not able to solve it .Try googling it ..
  11. Google has answer to any question we ask.
  12. 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 :)