开发者

What's the first thing I should try to learn before learning to program? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 5 years ago.

Improve this question

I'm coming from an XHTML/CSS background. I don't know much about JavaScript. Would you recommend learning Ja开发者_如何学PythonvaScript before learning a server programming language?


No, not really. You could try to learn both at the same time. You can have a lot of fun with AJAX, sending data to and from a webserver to dynamically update your page.

A serverside language like PHP is very similar to JavaScript, so you shouldn't have any trouble learning both at the same time.


I think that's a fine idea. If you really understand XHTML and CSS, then doing some simple event programming via jquery could be really fun. That said, what you learn won't make learning a server-side platform easier as the way you work in the two environments, and their trappings, are really different. Still, learning to manipulate the DOM will make your CSS work that much cooler.


There are two ways into "programming" as a profession. The traditional route involves picking courses, and languages, based on some end goal :- "I would like to become a server developer".

The other way will nett you far less certificates. But it amounts to: learn whatever inspires you. Because its inspiration thats the natural learning state. There are no limits to the number of languages, or useful factoids, that can be learn't this way. Find problems you are inspired to solve. Simple problems at first. And solve them. By programming in some language.


I suggest starting from scratch.


Sounds like you are a page designer right now. If you want to switch to a hard-core programming role, I'd recommend a formal programming language to start with, either Java or C#.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜