I'm going to mentor a group of biologists that will be learning Python as their first programming language. I would like to provide them with a book that is written from this perspective, i.e. no expectation of previous programming experience. Any suggestions?

Duplicate:

http://stackoverflow.com/questions/34570/what-is-the-best-quick-read-python-book-out-there http://stackoverflow.com/questions/17988/how-to-learn-python
http://stackoverflow.com/questions/317983/best-book-to-learn-python
http://stackoverflow.com/questions/175001/is-there-a-definitive-book-on-python

link|improve this question

33% accept rate
Yup, I had already added all but the definitive one... – George Stocker Feb 20 '09 at 15:07
I'm not sure this is an exact duplicate, because it does ask for books for non-programmers. These questions just ask how to learn python. – David Grant Feb 20 '09 at 15:08
@Mr Potato Head: Strangely enough, the intent of this question is to ask for answers that'll teach people how to learn python... If Exact duplicates were meant to be 'word for word', then Jeff could have programmed an algorithm to do it. – George Stocker Feb 20 '09 at 15:10
@Gortok: IMHO, a good test for "exact duplicate" is the test of "good answer". Good answers for "Good Python Book" are not necessarily good for "Good Python Book for non-programmers" and vice versa. That's why I think this is not an exact duplicate. – RafaƂ Dowgird Feb 20 '09 at 15:23
show 4 more comments
feedback

closed as exact duplicate by George Stocker, Eli Courtwright, Sam Hasler, Bill the Lizard, yesraaj Feb 20 '09 at 15:15

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

4 Answers

"no expectation of previous programming experience."

That was my target audience for http://homepage.mac.com/s_lott/books/nonprogrammer.html

link|improve this answer
wow... nice work on that book. hadn't seen it before. – Corey Goldberg Feb 20 '09 at 15:14
I didn't think there would be an original answer when I voted to close this question. You should add this to some of the other questions that this is a duplicate of. – Bill the Lizard Feb 20 '09 at 15:18
...strike that. I see now that it is mentioned if you follow the trail of closed questions back far enough. – Bill the Lizard Feb 20 '09 at 15:42
feedback

Check out Learning Python. It gives a smooth introduction into programming languages and the actual Python language. I haven't read this one, but I hear that Programming in Python 3: A Complete Introduction to the Python Language (note: Python 3) is good also.

link|improve this answer
feedback

John D. Cook recommends two Python books here. I went out and purchased "Core Python", and I can tell you that it's very good so far.

link|improve this answer
feedback

There is also how to think like a computer scientist in python which is probably aimed more at CS types than those who just need to get the job done.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.