Posts

Showing posts from November, 2018

first programming language

There are always some questions which trouble beginners a lot. Which 'language' should I begin with? Why should I learn to code? I don't have a laptop. I guess I should not go into this field. I don't know where to start. 1. Which 'language' should I begin with? Well, Computer Science is not about learning n number of language. Language is just a means of communicating with the computer. There are hundreds of programming languages, and everyone has its merits and demerits, and different use. Most complex structures like Facebook use many languages. You need to pick up one language first. Once you are good with its concepts, you can pick up any language. I personally feel that C++ must be your first language. 2. Why should I learn to code?  Basically, everything today(and even more in future) depends on computers, and hence on programmers and computer scientists. Your mobile phone works cause someone has coded the software. Heard of those sel...