For a beginner of actual programming (Rather than mark-up or scripting) I would recommend Python as it's a very sensibly thought out language. Whilst I only have extremely limited experience with Python it is definitely one of the more sensible programming languages and forces some good programming practices as part of it's syntax. Code academy is excellent for this: http://www.codecademy.com/tracks/python
If you are adamant on web then you may find it more sensible to get a start in html/css and probably progress towards PHP, whilst python does support web programming it's far less intuitive and PHP is arguably more applicable in the real world. If you are willing to put up with the initial pains of setting up a python web environment then you'll probably prefer it substantially over PHP though. Add some javascript to the web stuff only when you're competent with the rest, make sure you learn with jQuery, javascript itself is a mess and jQuery makes doing ANYTHING in javascript easier.
tl;dr Python, python, python. If you want to do web stuff then learn html/css and then progress to include php or python on top.
This. http://w3fools.com/







Reply With Quote


