Closed Thread
Results 1 to 7 of 7

Thread: What books, tutorials, videos would you recommend?

  1. #1
    zaindhanani is offline Newbie
    Join Date
    Aug 2009
    Posts
    6
    Rep Power
    0

    What books, tutorials, videos would you recommend?

    Hey every one,

    What books/ebooks, online tutorials, and videos would you recommend some one who is BRAND NEW into software development and wants to learn it?

    Also, what language would you suggest I learn first and from there sprout out to another language.


    I'm looking forward to hearing your suggestions.


    Thanks a lot,
    Zain

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: What books, tutorials, videos would you recommend?

    I like Java or C#. They are both really great starting languages. Not too difficult to pick up.

    You can download Thinking in Java 3rd edition for free. These books are really really great.
    I also really like: Introduction to Computer Science using Java. You can't beat the The Java™ Tutorials either. That last web site makes for a really GOOD reference. If you go with Java, bookmark it.

    You will find that most languages support object oriented programming methodologies and java is a great way to enter that because it is based on the idea that everything uses objects.

  4. #3
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: What books, tutorials, videos would you recommend?

    I would go with C++ (and Thinking in C++ as the free book) for desktop applications.
    For web, I'd use HTML/CSS/JavaScript/PHP and use the tutorials at W3Schools Online Web Tutorials
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  5. #4
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: What books, tutorials, videos would you recommend?

    I love W3 schools like WP suggested above.

    Not a huge fan of Java just cause I do not like the name

    If you wanna learn to program, I have links to a ton of video series, like full classes etc in my signature. Just click the link in my sig, click the class you wanna watch, and learn! Most are programming.

  6. #5
    MrJoey is offline Newbie
    Join Date
    Jan 2009
    Location
    Bristol, UK
    Posts
    18
    Rep Power
    0

    Re: What books, tutorials, videos would you recommend?

    I'll add my two cence..

    This right here is a great website for learning HTML/CSS - HTML and CSS Tutorials, References, and Articles | HTML Dog

    And this one right here is great for learning Python, which I think is a fantastic beginner language - http://www.****baldwin.com/tocpyth.htm (It's actually being filtered out as his name is the other word for penis.. you know, the one that starts with a D )

    Hope this helps.

  7. #6
    tossy's Avatar
    tossy is offline Programmer
    Join Date
    Aug 2008
    Posts
    199
    Rep Power
    14

    Re: What books, tutorials, videos would you recommend?

    I would like to suggest you to go with languages like c. C++...these are the basic languages which helps in software development. Also refer the following site The Software Development Book
    Microsoft: "You've got questions. We've got dancing paperclips

  8. #7
    JewFro297's Avatar
    JewFro297 is offline Programming Professional
    Join Date
    Jan 2010
    Location
    New York
    Posts
    226
    Rep Power
    0

    Re: What books, tutorials, videos would you recommend?

    I would avoid visual basic, or any basic for that matter. Learning one of the C languages first will make learning other languages much easier. Python is an easy programming language, but it doesn't make learning other programming languages much easier. In fact it might make it harder because you will think of the other languages as redundant. If you move from C to python, you will think it is much easier and love it, plus you will have a good background on what a language should be capable of.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. What C# books can you recommend?
    By LionHeart in forum C# Programming
    Replies: 2
    Last Post: 10-25-2011, 10:09 AM
  2. Which PHP CMS is the best one you would like to recommend?
    By mario2027 in forum PHP Development
    Replies: 10
    Last Post: 11-22-2010, 11:40 PM
  3. Books to recommend and some suggestions?
    By secondrate in forum Visual Basic Programming
    Replies: 1
    Last Post: 06-16-2010, 04:56 AM
  4. C++ - what GUI library do you recommend?
    By killcode in forum C and C++
    Replies: 15
    Last Post: 05-23-2009, 06:46 PM
  5. Recommend Java Books
    By NeedHelp in forum Java Help
    Replies: 20
    Last Post: 02-10-2007, 06:00 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts