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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: In 2022, which is the best book or course to learn programming?

3 点作者 newsoul超过 2 年前

2 条评论

mark_l_watson超过 2 年前
You didn’t mention the language that you want to learn.<p>I suggest taking a free introductory programming course at <a href="https:&#x2F;&#x2F;www.edx.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.edx.org&#x2F;</a> or a paid course at Coursera.com. Having assignments, and a discussion forum to message with other students and instructors adds value to the experience.<p>I have mostly used Common Lisp, Java, C++, and Python (in that order). Even though it is not my favorite language, I suggest starting with Python because of the rich library ecosystem.<p>I do not recommend starting with JavaScript and doing web apps. You would spend more time learning different frameworks than learning to program.
sharemywin超过 2 年前
<a href="https:&#x2F;&#x2F;colab.research.google.com&#x2F;github&#x2F;data-psl&#x2F;lectures2020&#x2F;blob&#x2F;master&#x2F;notebooks&#x2F;01_python_basics.ipynb" rel="nofollow">https:&#x2F;&#x2F;colab.research.google.com&#x2F;github&#x2F;data-psl&#x2F;lectures20...</a><p>also, might check out <a href="https:&#x2F;&#x2F;www.w3schools.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.w3schools.com&#x2F;</a><p>click tutorials<p>I would start with sql then python.