How To Learn Coding?

How do i learn coding?

  • i want to learn coding but where do i start?

  • Answer:

    Coding or programming? There's a big difference. A coder is capable of writing some code, and mainly works with thousands of others to write a lot of code fast. Coding can be learned just about anywhere on the internet. A programmer knows the basics of OOP, knows the theory behind memory management, networking etc. and is capable of creating and supporting large projects all by himself. I'm not a coder so I won't give precise instructions in that region, to be a programmer you should learn C (it's an old language, but it'll get you used to memory, fields and pointers), then either C++ or Java, both of which are quite good for OOP, preferably Java tho, as it's OOP from point 0, whereas C++ theoretically supports waterfall. After that you can move to modern programming languages such as C# to learn more about networking. Don't hesitate to use search engines to find out more about an API or a standard procedure/algorithm. Finally, try to join a programming board (such as http://cprogramming.cboard.com ), this will let you ask professionals questions, and get the currently standard way of solving some problems.

Justin J at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

What kind of Coding are you talking about? website code ? programming ? Firstly learn a simple language such as Python It will teach you a lot.Then move on to C/C++ to understand how exactly programs run and interact. Perl and Java are other popular languages for beginners. Research your target application to learn if there are languages you should definitely know (e.g. SQL for databases) or avoid. Don't be confused by jargon like "object-oriented", "concurrent", or "dynamic"; these all mean things, but you won't be able to understand them until you actually have some programming experience. Start off small and work your way up. IT takes time!! effort and studying.. there are courses you can go on as well. hope this helps

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.