Skip to main content

Posts

Showing posts from February, 2019

How To Select Your First Programming Language ?

If you have decided to learn how to code then, the first question comes up “Which Programming Language Should I Learn First ?” . It depends on a variety of factors. Now, let’s have a look on it……… First of all, there are some myths about programming languages. You have to remove it from your mind…… Myths About Programming You have to learn first the C Language. Then only you can learn other languages……. Many people suggest the following flow. C → C++ → JAVA → etc. In Indian Engineering academics syllabus, colleges are teaching the C Language as the basic language & they are forcing the student by using the above myths. I totally disagree with the above myths. Nowadays, Stanford is using “Python” as their first basic programming language in their university. Intro First of all, each programming language is created for different need. All programming languages have there own advantages & disadvantages. Once you learn one programming language, it is much easier t...