What is a good book for a bottom of the line computer programming beginner? | Programming, .NET, Silverlight & More

What is a good book for a bottom of the line computer programming beginner?

I want to buy a book that can introduce me to basic computer programming and maybe give me information on each different type. As a beginner, is there any recommended type of programming I study? I don’t know anything about the different types or their applications, so I would prefer a book that explains the types and their differences as well.

Before you start programming you must pick a language. For beginners, people generally say Python, Java or C# (though I personally think it doesn’t make a difference what you choose). THEN you can pick a book. No book talks about general programming at a beginners level, they generally only talk about a specific language.
But I recommend that you just use online tutorials to start off, because:
1) they’re free
2) they’re just as good
3) there’s lots of them

All you need to know is google.com and you should be fine.

No TweetBacks yet. (Be the first to Tweet this post)

3 Responses

  1. Colanth Says:

    Don’t buy it, download it - http://www-old.oberon.ethz.ch/WirthPubl/AD.pdf
    References :

  2. Yaya Says:

    Before you start programming you must pick a language. For beginners, people generally say Python, Java or C# (though I personally think it doesn’t make a difference what you choose). THEN you can pick a book. No book talks about general programming at a beginners level, they generally only talk about a specific language.
    But I recommend that you just use online tutorials to start off, because:
    1) they’re free
    2) they’re just as good
    3) there’s lots of them

    All you need to know is google.com and you should be fine.
    References :

  3. Jacob Says:

    Learning C or C++ is usually the traditional path, as these provide a strong background that can be applied to other languages.

    Dietel’s How to Program C++ is a good place to start.
    References :

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.