Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am a Computer science student with little or no knowledge of programming. Which language should i learn first so that i can grasp the knowledge easily and implement it to practical use?
Posted

It all depends on the domain you are interested in. If you want to go for Web development, start with HTML, CSS and then move towards JavaScript, PHP/.net. If you want to go for android app development, I'd suggest learning basics of Java first, and then learning android programming.
If you have no idea where to begin, learn C/C++. That would teach you with the basics of any programming language.
 
Share this answer
 
Start with C, C++. Learn the concepts and build basic programs. Then you can move to Java or .NET depending on your interest, but you should learn both of them for some days so that you would mark the differences.

HTML5, JavaScript, jQuery and CSS - these are necessary for modern web and mobile app development. As I said, follow my first paragraph first, then this one.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900