Book Recommendation

A

Anthony Greene

I'm new to programming entirely, and I'm simply looking for some insight,
can you guys recommend some introductory documentation for me to read, and
what I read, and, do concurrently why reading the primary "book" ou guys
recommend. Thanks, and any advice is great appreciated.
 
D

Darren Dale

Anthony said:
I'm new to programming entirely, and I'm simply looking for some insight,
can you guys recommend some introductory documentation for me to read, and
what I read, and, do concurrently why reading the primary "book" ou guys
recommend. Thanks, and any advice is great appreciated.

O'reilly's Learning Python was essential for me. I knew some Matlab
already, but I think it would still be the right place to start. There
is a lot of stuff on-line, but this book helped me get up to speed much
more quickly.
 
D

Darren Kirby

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm new to programming entirely, and I'm simply looking for some insight,
can you guys recommend some introductory documentation for me to read, and
what I read, and, do concurrently why reading the primary "book" ou guys
recommend. Thanks, and any advice is great appreciated.

I have found that "How to Think like a Computer Scientist: Python"
(http://ibiblio.org/obp/thinkCS/python/english/) is a very good resource. The
book tries to explain basic programming concepts common to all languages
using Python.

If you are looking for a particular function/statement/module etc then the
official docs are invaluable (http://docs.python.org/). Start with the
tutorial and go from there.

As far as printed books, I have read "Learning Python" [O'Reilley] and
"Practical Python" [Apress]. Both are very good.

But the most valuable resource for learning Python: The interactive
interpreter.

- --
Part of the problem since 1976
http://badcomputer.no-ip.com
"...the number of UNIX installations has grown to 10, with more expected..."
- - Dennis Ritchie and Ken Thompson, June 1972
Public key: http://keyserver.linux.it/pks/lookup?op=index&search=bulliver
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBK9btOrzWcOwL7mwRAuV9AJ48d5/uXWfVutSYMxDMxonbEnDv9QCfRV+T
FQ+mey5KVfUXcmvrM/1+nsE=
=9JyM
-----END PGP SIGNATURE-----
 
B

Byron

Darren said:
I have found that "How to Think like a Computer Scientist: Python"
(http://ibiblio.org/obp/thinkCS/python/english/) is a very good resource. The
book tries to explain basic programming concepts common to all languages
using Python.

"How to Think like a Computer Scientist: Python Programming" is an
excellent, FREE book and I would highly that you check it out. I
learned Python this way and would sincerely recommend that you check it
out also.

You can download it for free at:
http://www.greenteapress.com

Byron
---
 
P

Paul Rubin

Anthony Greene said:
I'm new to programming entirely, and I'm simply looking for some insight,
can you guys recommend some introductory documentation for me to read, and
what I read, and, do concurrently why reading the primary "book" ou guys
recommend. Thanks, and any advice is great appreciated.

Kind of hard to say. Depends on your general experience level, e.g.
how much math do you know? Some other people have suggested good
books about Python, but those don't say so much about programming in
general. For that, you may need to look to other kinds of books. I
really liked "Software Tools", by Kernighan and Plauger, but it's
about a billion years out of date by now.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,166
Messages
2,570,907
Members
47,448
Latest member
DeanaQ4445

Latest Threads

Top