Tagged Questions

Before asking another "Best book to learn language X?" question, take a look to see if it already exists.

learn more… | top users | synonyms (4)

2327
votes
108answers
446k views

List of freely available programming books

I'm trying to amass a list of programming books that are freely available on the Internet. The books can be about a particular programming language or about computers in general. What are some ...
1414
votes
328answers
316k views

What is the single most influential book every programmer should read? [closed]

If you could go back in time and tell yourself to read a specific book at the beginning of your career as a developer, which book would it be? I expect this list to be varied and to cover a wide ...
865
votes
43answers
85k views

The Definitive C++ Book Guide and List [closed]

Unlike many other programming languages, which are often picked up on the go from tutorials found on the Internet, few are able to quickly pick up C++ without studying a good C++ book. It is way too ...
602
votes
58answers
77k views

Learning to Write a Compiler

Preferred Languages : C/C++, Java, and Ruby I am looking for some helpful books/tutorials on how to write your own compiler simply for educational purposes. I am most familiar with C/C++, Java, and ...
213
votes
54answers
22k views

Learning Ruby on Rails

As it stands now, I'm a Java and C# developer. The more and more I look at Ruby on Rails, the more I really want to learn it. What have you found to be the best route to learn RoR? Would it be ...
195
votes
51answers
13k views

Language Books/Tutorials for popular languages

It wasn't that long ago that I was a beginning coder, trying to find good books/tutorials on languages I wanted to learn. Even still, there are times I need to pick up a language relatively quickly ...
161
votes
31answers
13k views

The Definitive C Book Guide and List

To follow the example of The Definitive C++ Book Guide and List for C Books here is a wiki post for organization. A tag search for "C" and "Books" returns no complete book list results as of writing ...
150
votes
26answers
29k views

Good JavaScript Books? [closed]

I find myself using Javascript day to day without a solid understanding of the language. There are some great writeups out there about using specific features of the language, but I'd like a ...
122
votes
30answers
63k views

What is the best PHP programming book? [closed]

I'm interested to find out what Stack Overflow believes the best PHP book is - both for those who are beginners to web programming as well as those who have previous programming experience (they don't ...
101
votes
14answers
12k views

Programming texts and reference material for my Kindle DX, creating the ultimate reference device? [closed]

(Revisiting this topic with the release of the Kindle DX) Having owned both generation Kindle readers and now getting a Kindle DX; I'm very excited for true PDF handling on an e-ink device! An image ...
94
votes
30answers
151k views

Good book for beginning android development [closed]

Hi guys Can somebody suggest the best book or online resource for beginning android apps development? Thanks
90
votes
48answers
26k views
87
votes
20answers
26k views

What are the best C# .NET books? [closed]

What are your top 3 all-time best C# .NET books? And why? They could be for specific areas of .NET or be more general books.
79
votes
19answers
12k views

Is the Amazon Kindle suitable for programming books?

Now that the Amazon Kindle is available internationally, I'm considering getting one. There are plenty of reviews around the net, but what I want to ask here is whether this device is suitable for ...
74
votes
6answers
10k views

Comparing Clojure books [closed]

Currently [April 5 2010] there is (afaik) one completed Clojure book available: Programming Clojure by Stuart Halloway. Two are being written and partially available at Manning: The Joy of ...
68
votes
19answers
32k views

What is the best Python book for experienced programmers?

I am a fairly experienced programmer, mostly C, C++, Java and C#... Can you recommend any Python books that would help me to get the most out of my existing experience? Many Python books that I have ...
67
votes
18answers
18k views

Best ASP.NET MVC book? [closed]

I'm going to be starting a new project with VS2008/ASP.NET, and I would like to use MVC. What is the best MVC book out there? (Are there any good ones?) Edit: I threw in the asp.net-mvc-2 tag so we ...
65
votes
9answers
22k views

What WPF books would you recommend? [closed]

Well, i've got a nice WPF book its called Sams Windows Presentation Foundation Unleashed. I really like to read and learn with it. Are there any other WPF books you could recommend?
64
votes
25answers
7k views

Learning/Implementing Design Patterns (For Newbies) [closed]

I'm a confused newbie and hobbyist programmer trying to get a grip on this, so forgive me if my question is a little off or doesn't make much sense. I see a lot of questions on SO revolving around ...
63
votes
27answers
5k views

What are the core mathematical concepts a good developer should know? [closed]

Since Graduating from a very small school in 2006 with a badly shaped & outdated program (I'm a foreigner & didn't know any better school at the time) I've come to realize that I missed a lot ...
61
votes
63answers
7k views

Do programmers read books? Or is the book industry dead? [closed]

I keep reading in news and blogs that programmers do not read books, that the book industry is 'in decline' and that writing a book isn't worth the effort as the money is pathetic. My question: is it ...
57
votes
12answers
28k views

OpenCL books/tutorials? [closed]

Is there any openCL books out there? or in the pipeline? Any online openCL tutorial? I already looked at the usual pages like khronos/nvidia dev/opengl.org/ati dev/siggraph slides. Any other ...
55
votes
15answers
24k views

What is the best book on CSS? [closed]

Having just finished reading David Flanagan's "Javascript: The Definitive Guide" (5th edition), I've found that it's got the best explanation I've ever seen of the core functionality of a language. ...
54
votes
17answers
17k views

Books for learning the R language [closed]

I'm looking for resources to start exploring the R language (as was recommended in my question on Statistical Tools). I know there are some suggestions for basic online tutorials in this thread, but ...
54
votes
21answers
19k views

Cocoa and Objective-C resources?

What are the recommended online or offline resources for Objective-C and Cocoa programming? My online resources: O'Reilly. Some useful articles and examples, but has not been updated for quite a ...
52
votes
26answers
23k views

What is the best book for learning about Algorithms? [closed]

I know what algorithms are, but I have never consciously used or created one for any of the programming that I have done. So I'd like to get a book about the subject - I'd prefer if it was in python ...
47
votes
7answers
1k views

How to get a smart developer up to speed on web development?

Does anyone have a suggestion on a good book/whitepaper/online resource that goes a great job of introducing the concept of web development to experienced developers who have done only client ...
45
votes
5answers
6k views

What is the best way to learn Erlang? [closed]

Other than specific projects (although those are welcome as well)... What tools, books, articles, and other resources should I have at my desk to help me learn Erlang? Also, are there mobile ...
44
votes
8answers
27k views

Good book for Android game development

What is the best book or online resource (Article / tutorial / ebook / example / Code) for Android game development?
44
votes
20answers
20k views

How to learn Python? [closed]

For a beginner's perspective, can you answer the following? Best tool(s) for Python development (for example, Notepad and Vim) Best book to get started Best website for the Python beginner Best ...
42
votes
11answers
5k views

Book recommendation for Haskell? [closed]

I would like to start Haskell, just out of curiosity. What books do you recommend?
41
votes
14answers
22k views

Best C# Book For An Experienced Programmer [closed]

I have a lot of experience with C++ and have used many other languages (Java, Smalltalk, etc.). What is the best book to learn C# without having to be told what a variable is, what classes are, etc.? ...
41
votes
8answers
3k views

The Art of Computer Programming - What Can I Get From Reading the Lot? [closed]

I am seriously considering actually reading through the whole Art of Computer Programming by Don Knuth. Though I know not many people actually manage to do this, and it's a ridiculously huge task to ...
40
votes
17answers
4k views

A Gentler Introduction to Functional Programming

I am trying to learn Haskell, and I really like it, but I can't wrap my head around most of it. Would Lisp, OCaml, etc. be a gentler introduction to functional programming?
39
votes
7answers
6k views

What is the best Emacs book out there?

I'm looking for the definitive Emacs book. An Emacs bible if you will - it should serve as a complete introduction, but should also include advanced stuff, like customizing with Emacs Lisp. What, in ...
39
votes
46answers
3k views

Has anyone “learned how to program in 21 days?”

I'm not a fan of these learn how to program in X amount of days books. Some even boast, learn how to program in 24 hours. This is a joke and an insult to me as a software engineer who went through a ...
39
votes
15answers
19k views

How to learn Spring Framework fast? [closed]

Possible Duplicate: What are the best books for Spring and Spring MVC? Please recommend some good resources(especially must have books) about spring framework?
39
votes
18answers
3k views

Writing a book and targeting PDF and HTML

I have an idea for a combination book and web app to help newbies learn computer programming from the ground up, and while I'm working on the web app side of it, I've been thinking in the back of my ...
38
votes
14answers
2k views

Books about the philosophy of software development

The first time I read The Mythical Man Month, I found the book utterly boring, a waste of my time, and thought it was written by some management guru that never wrote a line of code. A few years ...
37
votes
8answers
3k views

Recommended book about parallel programming - theory & best practice? [closed]

I'm looking for a book or books about multicore, multithreaded programming. The perfect book should focus on best practices and maybe include a bit of theory background. I'm not interested in a book ...
36
votes
22answers
4k views

What books should I read to have an undergraduate education in Computer Science? [closed]

I've always been a largely independent learner gleaning what I can from Wikipedia and various books. However, I fear that I may have biased my self-education by inadvertent omission of topics and ...
36
votes
15answers
7k views

Good x86 assembly book

I'm looking to teach myself basic hardware architecture; specifically, I'd like to learn x86 assembly for Linux or OSX. What books does this community recommend?
35
votes
16answers
4k views

What are good Linux/Unix books for an advancing user?

Are there any good books for a relatively new but not totally new *nix user to get a bit more in depth knowledge (so no "Linux for dummies")? For the most part, I'm not looking for something to read ...
35
votes
36answers
3k views

Best non-development book for software developers [closed]

What is the best non software development related book that you think each software developer should read? Note, there is a similar, poll-style question here: What non-programming books should ...
34
votes
18answers
4k views

Basic Math Book for a Programmer [closed]

After a decade(s) of writing web applications, I have realized that I have forgot most of my high school (not to mention college) math. Now I would like to try to learn the math all over again, ...
33
votes
25answers
4k views

Books for 'Advanced' Programmers [closed]

Do advanced programmers read books? There is a stage where you are no longer a 'beginner', yet you still want to learn things (Actionscript is on my list, currently). I've been looking for books ...
33
votes
14answers
8k views

Best books about TDD [closed]

I'd like to enhance my TDD knowledge and practice. What would you recommend to read?
33
votes
14answers
6k views

Books for software architect [closed]

Possible Duplicate: Books for an aspiring software architect. What would be good books and websites to read to become an software architect. And just basic tips and tricks are also welcome. ...
32
votes
14answers
4k views

Recommend an algorithms exercise book? [closed]

I have a little book called Problems on Algorithms by Ian Parberry which is chock full of exercises related to the study of algorithms. Can anybody recommend similar books? What I am not looking for ...
32
votes
34answers
2k views

Which book dramatically changed your way of approaching problems?

In your CS career, which book dramatically changed your way of approaching problems? Most Frequently mentioned: Code Complete (MS Press) The Pragmatic Programmer Martin Fowler's Refactoring, and ...

1 2 3 4 5 54