top | item 7557911

Free Programming Books

396 points| nilsbunger | 12 years ago |github.com

47 comments

order
[+] hawkharris|12 years ago|reply
There seems to be a big trend toward authors publishing programming books for free online and offering hard copies that you buy, too. In general, if someone offers me a free product and a paid one, I'll stick with free. No surprise there. But coding books are an interesting exception.

I find it much easier to learn a new language when I'm using a book instead of reading it for free online. A book is a single-purpose device; you can only use it to learn about one topic, or set of topics. It doesn't vibrate, notify me of emails and text or encourage me to go on other tangents. For a goal such as learning R or Haskell, which requires a lot of mental energy, having this extra focus makes a big difference.

[+] aristus|12 years ago|reply
It's easier to focus and learn on dead trees. For the author it's an interesting model too. Posting online, especially "beta" versions, gets you fast feedback and ultimately a better book. The paper sales are essentially a tip mechanism.

I am not allowed to sell "Mature Optimization" because it's owned by my former employer, but I had some nice bound copies made as gifts for people who come to talks.

[+] marincounty|12 years ago|reply
Yea, I like physical books too, but I have wasted hours on figuring out code examples with typos.
[+] MichaelMoser123|12 years ago|reply
For me its the opposite; with online books it is easier to make notes - this in turn helps to stay focused.
[+] computerjunkie|12 years ago|reply
An awesome list! I saw this list on stack overflow before it was transferred to Github. It really does save you loads of time as compared to searching for books using Google.

Another fantastic resource, http://pineapple.io/

Edit: not sure why i've been downvoted? is it because I recommended another resource?

[+] hf|12 years ago|reply
A fine, curated list.

As with most meta-topical lists, there is virtually no profit in browsing through it. Time may be wasted a-plenty, though.

Bring a question about technology X with you, go straight to section X and then consult with the search engine of your choice (or a hacker friend, idealy) which book to actually read.

Hint: some of those have wikipedia-pages, like https://en.wikipedia.org/wiki/Higher-Order_Perl and others hide the books behind an email signup front (one is a strong signal for quality, the other, perhaps, not so much).

[+] rgrau|12 years ago|reply
Totally agree, Btw, HOP is coming just after SICP in my favourites. Great that you mentioned it :). It's great way of seeing same concepts applied to more day to day stuff like html parsing, walking directories, or regexps.
[+] hmhrex|12 years ago|reply
Dumb question here: Any way to maybe download all the PDF/HTML books in one big collection? I could imagine it being pretty huge, but I might interested in downloading it.
[+] computerjunkie|12 years ago|reply
Good idea. This would solve the issue of broken links or domains that have reached their EOF.

Having all the books does not translate to using them. I used to keep plenty of books that I knew I would never use.

Tip: Pick the subject you really want to learn, then use the list for that specific subject.

One good book can teach you a lot more than 3-4 poorly written books.

[+] lmedinas|12 years ago|reply
The link is great but how many times it was posted here ?
[+] donkeeswitch|12 years ago|reply
Well I've never seen it before! Reposing material like this is a good thing.
[+] MisterMashable|12 years ago|reply
It wouldn't be a bad thing to repost it every now and again. Which reminds me, people are as burried in bookmarks as they are in email. Solution = new startup?
[+] thyrsus|12 years ago|reply
It's not clear to me what the policy is on links to copyright violating offers, e.g., "jQuery: Novice to Ninja: New Kicks and Tricks - SitePoint". SitePoint.com is currently asking $29 for that eBook, and graciously appears not to be applying DRM. Unfortunately, the phrase "really free" in CONTRIBUTING.md does not really resolve the question.

So what version of "free" does the list intend?

[+] Imouto|12 years ago|reply
Probably free as in freedom or "libre" as our lord and savior rms would call it. DRM-free is almost free but not quite.
[+] suyash|12 years ago|reply
Not all of them are books, some of them are long blog posts some just web pages.
[+] gansai|12 years ago|reply
Does this github project handle the scenario where some of the URLs become dead links or some of the domains expire? Automatically, these links/domains need not be shown to the user.
[+] Bahamut|12 years ago|reply
Just with any other github project, you can fork it and submit pull requests to address when that happens.
[+] AbhishekBiswal|12 years ago|reply
Man, people should write ore books on Flask framework. :(
[+] gdulli|12 years ago|reply
I'm not sure that's true. Books can create a DRY problem. When a project moves fast enough, any books written about it have a short window during which they're relevant. After which time they can do as much harm as good, between the info being out of date, or wrong, causing confusion with new developers, diverting them from the official docs, etc.

Flask is pretty small and simple, so books are less necessary than they would be for other types of projects. As long as its own documentation remains good that's going to be the best option.

[+] sdsk8|12 years ago|reply
I need a good book on emulation, i wan't to write an old console emulator. Anyone know a good material for that?

Thanks

[+] zhemao|12 years ago|reply
Really, the hard part about writing an emulator is getting the documentation on the system you are trying to emulate. What console are you trying to write an emulator for?
[+] ZenPro|12 years ago|reply
Quite simply a phenomenal resource and one of the best links I have ever seen posted on HN.
[+] aswanson|12 years ago|reply
Thanks much. The collection of this many resources in one place has improved my life.
[+] erikano|12 years ago|reply
Nice. But how do I decide which to start reading and in which order to continue?
[+] hf|12 years ago|reply
As with all things: necessity dictates, curiosity nudges.

If you come without baggage (project idea, interest in FP, what-have-you), you'll need to come back later.

[+] greyfox|12 years ago|reply
wow, great link thanks for that, i wish they were exportable to PDF, i too prefer physical (paper) books, but was given an e-reader for xmas and have been reading lots of pdf's on it.
[+] xxxmadraxxx|12 years ago|reply
Great resource, thanks!

[From someone else who's not seen it before]