But the thing is it's just as easy to understand concepts in a simple language such as Python as it is a web programming language such as PHP and yet the syntax in Python is much closer to your bog standard desktop programming language. Surely it makes no sense learning a web based language when you have no need for it and there are things that will help you more?
I'd actually argue that understanding fundamental concepts is one of the simplest parts of programming since many of them come from things in real life. For example an Array is simply a table which you can use to store elements in. Caleb you say that understanding data types will be difficult and of course it is one of the most complex areas at first but again much of the terminology is common knowledge, we all know what an integer is right? How about a character? How long does it take to tell someone that a String is a characters?





Reply With Quote
