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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Best book to learn programming in 2022?

3 点作者 curious16超过 2 年前
Not a book that teaches language syntax to an already established programmer. Rather books that teach <i>how to program</i> in any language, so that the book is great for someone starting out.

3 条评论

dxs超过 2 年前
I&#x27;ve decided to relearn everything, starting at the very beginning. First up is the Chris Pine book. He&#x27;s a good writer. It&#x27;s very simple but fun.<p>I was curious and after a bit of looking around I found &quot;Introduction to Computation and Programming Using Python with Application to Computational Modeling and Understanding Data&quot;, third edition, by John V. Guttag, © 2021. Looks pretty good, though it&#x27;s a more traditional approach.<p>Basically, any language you might be interested in will have introductory books.<p>If you have trouble getting ahold of books, you can try (1) www.pdfdrive.com and (2) z-lib.org . The first one feels a little less sketchy but the second one has almost everything I look for, on every subject. I&#x27;ve had no trouble with either one so far, but use at your own risk.
AlexeyBrin超过 2 年前
&quot;Learn to program&quot; by Chris Pine <a href="https:&#x2F;&#x2F;pragprog.com&#x2F;titles&#x2F;ltp3&#x2F;learn-to-program-third-edition&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pragprog.com&#x2F;titles&#x2F;ltp3&#x2F;learn-to-program-third-edit...</a> is a good book for beginners.
lawxls超过 2 年前
Grokking Algorithms. Not exactly the book that teaches how to program, but is great, beginner-friendly introduction to a bunch of important concepts and algorithms in computer science.