Results 1 to 6 of 6

Thread: Programming book for non-programmer?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    Programming book for non-programmer?

    Hi,

    My wife is looking to get a basic understanding of the principles programming and I have suggested "Data Structures And Algorithms" but it is quite an old book. What would you folks suggest as well?

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Programming book for non-programmer?

    Another old book along the same lines: Wirth's _Algorithms + Data Structures = Programs_

    But you have the right idea - she should learn programming first, then some programming language. Learning the language without knowing how to use it leads to the kinds of questions we see here every day.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  3. #3
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: Programming book for non-programmer?

    Quote Originally Posted by Merrion
    Hi,

    My wife is looking to get a basic understanding of the principles programming and I have suggested "Data Structures And Algorithms" but it is quite an old book. What would you folks suggest as well?
    No matter how old this book is, it'll always stay on the top.. you won't find much new information in newer books
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  4. #4
    PowerPoster
    Join Date
    May 2006
    Location
    Location, location!
    Posts
    2,673

    Re: Programming book for non-programmer?

    Sounds to me like both of those books were written for people with a basic technical grasp of programming and analysis...a much better choice for the total noob to programming would be one of the newer books that are *aimed* at that type of person. I mean, you can be taught a class by a boring old fart with a monotonous tone or you can be taught a class by an upbeat and energetic teacher...I bet we all know which one you'll listen to :-)
    Well, everyone else has been doing it :-)
    Loading a file into memory QUICKLY - Using SendKeys - HyperLabel - A highly customisable label replacement - Using resource files/DLLs with VB - Adding GZip to your projects
    Expect more to come in future
    If I have helped you, RATE ME! :-)

    I love helping noobs with their VB problems (probably because, as an amateur programmer, I am only slightly better at VB than them :-)) but if you SERIOUSLY want to get help for free from a community such as VBForums, you have to first have a grounding (basic knowledge) in VB6, otherwise you're way too much work to help...You've got to give a little if you want to get help from us, in other words!

    And we DON'T do your homework. If your tutor doesn't teach you enough to help you make the project without his or her help, FIND A BETTER TUTOR or try reading books on programming! We are happy to help with minor things regarding the project, but you have to understand the rest of it if you want our help to be useful.

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Programming book for non-programmer?

    Quote Originally Posted by ComputerJy
    No matter how old this book is, it'll always stay on the top.. you won't find much new information in newer books
    I completely agree! That book never gets old.
    Quote Originally Posted by Al42
    she should learn programming first, then some programming language. Learning the language without knowing how to use it leads to the kinds of questions we see here every day.
    Amen

  6. #6
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Programming book for non-programmer?

    Quote Originally Posted by smUX
    Sounds to me like both of those books were written for people with a basic technical grasp of programming and analysis.
    Actually they were written to teach basic programming and analysis. They were written for people with a basic amount of intelligence, but no knowledge of programming.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

Posting Permissions

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



Click Here to Expand Forum to Full Width