LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-10-2006, 03:40 PM   #1
bowie101
Member
 
Registered: Nov 2005
Distribution: FC4 & RHES
Posts: 105

Rep: Reputation: 15
what are the best beginning programming books?


what are the best beginning programming books out there?
(hopefully relevant to LAMP or perl, but only if they stand on their own as being a beginning *programming* book.) ... for those who never were comp sci majors.
 
Old 03-10-2006, 11:05 PM   #2
b0nd
Senior Member
 
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020

Rep: Reputation: 45
Quote:
Originally Posted by bowie101
what are the best beginning programming books out there?
(hopefully relevant to LAMP or perl, but only if they stand on their own as being a beginning *programming* book.) ... for those who never were comp sci majors.
O'reilly have some good books on PERL.
and for most of the people, learning there 1st language is always tough job. So even a damn easy book seems to be tough for a beginner.
So start with some O'reilly book on perl and practice it at least twice.
(practice means compile and run programms along with reading the book)

regards
 
Old 03-11-2006, 01:34 AM   #3
DanTaylor
Member
 
Registered: Jan 2006
Distribution: Debian Sarge
Posts: 265

Rep: Reputation: 30
I liked "Learning Perl" the O'Rielly book. The way the authors present the material keep it interesting(especially their comp. humor), while still challenging you to learn well. This was my first
programming book, and I feel like I picked everything up in it quickly, and it gives you a lot of sources to learn more about the things it doesn't teach you a lot about. go to perl.com to find this, barnes and noble, or another book store.
 
Old 03-11-2006, 01:36 AM   #4
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
I do not recommend O'Reiley books because they are written for intermediate to expert programers by programers. O'Reiley books are not structured for learning. They are mainly tidbits from several programers. O'Reiley books are good as side dishes that are sweet-bittery-disgusting.

I have "C by Discovery (3rd Edition)". It explains each line of C programming code or section of the code about what it does.

"The Web Wizard's Guide to Perl and CGI" is good as a beginner's book to learn Perl.
 
Old 03-13-2006, 02:52 PM   #5
DanTaylor
Member
 
Registered: Jan 2006
Distribution: Debian Sarge
Posts: 265

Rep: Reputation: 30
Quote:
Originally Posted by Electro
I do not recommend O'Reiley books because they are written for intermediate to expert programers by programers.
Not true. You are thinking of the many desktop references that O'rielly books publishes. They also have a line of programming books for the extreme noob(like the one I posted above.) I learned perl from that book quickly, and well, without any programming experience.
 
Old 03-13-2006, 03:23 PM   #6
Dragineez
Member
 
Registered: Oct 2005
Location: Annapolis
Distribution: Ubuntu
Posts: 278

Rep: Reputation: 41
Quite

Quote:
Originally Posted by DanTaylor
Not true. You are thinking of the many desktop references that O'rielly books publishes.
I'm quite sure that's exactly what he's thinking of. That being the case, the statement is true. Until recently I was unaware of any novice level O'Reilly books, though you are right. Some do, in fact, exist.
 
Old 03-13-2006, 05:08 PM   #7
DanTaylor
Member
 
Registered: Jan 2006
Distribution: Debian Sarge
Posts: 265

Rep: Reputation: 30
And the ones that do exist are, from what I have seen, excellent.
 
Old 03-14-2006, 12:50 PM   #8
doublejoon
Member
 
Registered: Oct 2003
Location: King George, VA
Distribution: RHEL/CentOS/Scientific/Fedora, LinuxMint
Posts: 370

Rep: Reputation: 44
I'm reading the "Llama" book now. Good so far. I'm a n00b at programming , let alone perl
 
Old 03-14-2006, 02:10 PM   #9
jonaskoelker
Senior Member
 
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524

Rep: Reputation: 47
I'd like to mention "How to think like a computer scientist: learning with python" (available on ibiblio). Python is a really neat language--easy to learn, yet it's useful in the "real world".

Also, schemers will always tell you to go read SICP (Structure and Interpretation of Computer Programs), but... well, I haven't seen lisps (including scheme) being used in the "real world", except in emacs.

In any case, you should probably learn C sooner or later (probably later, if what you're into is "intarweb programming"). For that, nothing beats "The C programming language" by Kernighan and Ritchie, which goes in great depth explaining upwards of two nines of what you need to know to be productive (the rest is something you need to understand through practice--i.e. grok--and is not knowledge).

But for perl or php, I'm drawing an 040.

hth --Jonas
 
Old 05-16-2006, 07:02 AM   #10
theexamking
LQ Newbie
 
Registered: May 2006
Posts: 7

Rep: Reputation: 0
Cool

Quote:
Originally Posted by bowie101
what are the best beginning programming books out there?
(hopefully relevant to LAMP or perl, but only if they stand on their own as being a beginning *programming* book.) ... for those who never were comp sci majors.
Hello I used the wrox press books you can download from theexamking site
 
Old 05-16-2006, 03:52 PM   #11
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
I personally don't like O'Reilly books if I am doing anything at beginner level because I always find them hard to read. Learning Perl and Learning PHP5 are exceptions. So far, I have enjoyed reading them and have learnt a lot in the process.
 
Old 05-16-2006, 04:33 PM   #12
dguitar
Member
 
Registered: Jun 2005
Location: Portland, ME
Distribution: Slackware 13, CentOS 5.3, FBSD 7.2, OBSD 4.6, Fedora 11
Posts: 122

Rep: Reputation: 17
I had a lot of success with O'Reilly books learning PERL. PERL is actually better to learn, while IMO you won't use much PERL in production web servers, if you get a grasp on PERL, PHP will be cake. Also you can write apps in the Linux enviorment with PERL
 
Old 05-16-2006, 09:08 PM   #13
michshelly
Member
 
Registered: Feb 2006
Posts: 71

Rep: Reputation: 15
Maths in programming

Hey you guys and girls,

Is there much mathematics in C programming and Perl and the other programs that you talked about?

I'm not real good at mathematics but I want to have a go at some programming soon. I'm even thinking about going to uni next year.

I saw one guys maths books. He's started a Bachelor of IT. One maths module (1040 or something like that) (I'm in Australia) didn't look too bad, but I would really need to study it and then there's more. Plus I read there is physics to learn. I never did that in school.

Can you give me some examples of the mathematics involved please?

Thanks
Michshelly
 
Old 05-16-2006, 09:33 PM   #14
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
If you aren't good at math you won't be good at programming. Programming takes discipline, like math. You have to be exact, like math. If you mess up you get the wrong answer, like math. You also need a teacher to learn programming with any speed. What you can learn in two semesters would take eight years without a teacher.

Here are some examples:

If you need to know the negative value for a binary number it is the logical not minus 1.

If you need to calculate any of thousands of business type math you need to know calculus. If you don't know calculus you won't be writing any programs to do, for example: compound interest calculations, mortgage payments with what amount is interest and what amount is principle, amortizations, depreciations, and a whole host of other things.

You need to know how something like this is read and executed:

if
a>b and c<d or int1=5.2 or int2=2.3 and tempvar>6
Then do
endif

That is boolean algebra with logical operators. You need to know how to arrange the if statement so it works the way you want.

You have to know how to flip bits in a byte:

1101 0011 to 0010 1100

That is called bitmasking and you use boolean operators to do it.

If you want to write a program for interplanetary navigation you need to know three dimensional calculus.

And, you need to be able to design a program. That requires math skills because it is only adding and subtracting, maybe with a logarithm or two, but it has to be exact.

Say you want to know how many digits a number has so you can have the program design an array to hold different size numbers. Log10variableINTportion with give you the dimension of base 10 digits, which your program can use to make an array that size an load it with the number.

Last edited by AwesomeMachine; 05-16-2006 at 09:55 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Beginning Kernel Programming -- where to start? koodoo Programming 7 11-17-2005 01:08 PM
Beginning programming mikeymorgan Programming 38 06-28-2005 07:59 AM
just beginning c programming mcd Programming 12 02-24-2005 05:06 PM
Beginning Programming, What Language To Use For Linux sovietpower Programming 21 02-11-2004 09:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration