TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Where does one start to learn how to code?

4 点作者 jordanbrown超过 15 年前
Resources? tips?

3 条评论

brianto2010超过 15 年前
<p><pre><code> 1 Pick an Interesting Language 2 Learn the Syntax 3 Pick a Problem 4 Solve the Problem 5 Goto 3 if Done 6 Goto 1 after 1--2 Years </code></pre> As for problems, <a href="http://rubyquiz.com/" rel="nofollow">http://rubyquiz.com/</a> and <a href="http://programmingpraxis.com/" rel="nofollow">http://programmingpraxis.com/</a> are good starting resources.<p>To learn the syntax of a language, just search for the language and the word "tutorial". Pick a site and read through the material provided.<p>If you can't decide on a language, try:<p><a href="http://www.ruby-doc.org/docs/ProgrammingRuby/" rel="nofollow">http://www.ruby-doc.org/docs/ProgrammingRuby/</a><p><a href="http://mislav.uniqpath.com/poignant-guide/" rel="nofollow">http://mislav.uniqpath.com/poignant-guide/</a>
paulbaumgart超过 15 年前
<a href="http://wiki.python.org/moin/BeginnersGuide" rel="nofollow">http://wiki.python.org/moin/BeginnersGuide</a>
known超过 15 年前
<a href="http://cetus-links.org/" rel="nofollow">http://cetus-links.org/</a>