TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are good practical programming books?

3 pointsby sol2kabout 9 years ago
I am looking for practical programming books. Think &quot;Practical Common Lisp&quot;, &quot;Automate the Boring Stuff with Python&quot; or &quot;Ruby on Rails Tutorial&quot;. These examples happen to be freely available online, but I am looking for free or paid options for the following languages&#x2F;frameworks: Clojure, Go, Rust, C#, React, Flask, Django, Swift.<p>Any others that you may know of and care to share would be welcome.

3 comments

mjhea0about 9 years ago
Check out Real Python @ <a href="https:&#x2F;&#x2F;realpython.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;realpython.com&#x2F;</a> to learn Python and web development (including Flask and Django) through hands-on, interesting examples that are useful and fun! (I am the co-founder&#x2F;author)<p>On the fence? Check out these free resources, developed by the Real Python team-<p>1. Free tutorials and resources &gt;&gt; <a href="https:&#x2F;&#x2F;realpython.com&#x2F;resources&#x2F;" rel="nofollow">https:&#x2F;&#x2F;realpython.com&#x2F;resources&#x2F;</a><p>2. DiscoverFlask &gt;&gt; <a href="http:&#x2F;&#x2F;discoverflask.com" rel="nofollow">http:&#x2F;&#x2F;discoverflask.com</a> - Full Stack Web Development with Flask<p>3. Flaskr &gt;&gt; <a href="https:&#x2F;&#x2F;github.com&#x2F;mjhea0&#x2F;flaskr-tdd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mjhea0&#x2F;flaskr-tdd</a> - Intro to Flask, Test Driven Development (TDD), and jQuery
评论 #11193741 未加载
marai2about 9 years ago
I really liked the &quot;Go Programming Language&quot; book <a href="http:&#x2F;&#x2F;www.gopl.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.gopl.io&#x2F;</a> Even though it&#x27;s a book about learning the language and not about some framework or doing particular projects in it - the examples in the book are not just toy examples but very practical examples. Most introductory language books remain in the realm of toy examples for too many chapters before one gets a taste of solving practical problems with it.
parasitidabout 9 years ago
The Little Schemer<p><a href="http:&#x2F;&#x2F;www.ccs.neu.edu&#x2F;home&#x2F;matthias&#x2F;BTLS&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.ccs.neu.edu&#x2F;home&#x2F;matthias&#x2F;BTLS&#x2F;</a>