Select to view content in your preferred language

Python Textbook?

2273
11
09-26-2012 08:24 AM
RobinCheskin
Occasional Contributor
What is the best textbook for learning Python in ArcGIS that people are aware of?
Tags (2)
0 Kudos
11 Replies
DanPatterson_Retired
MVP Emeritus
Nice reference!
0 Kudos
KimOllivier
Honored Contributor
I have a metre of bookshelf of Python books, but there is one that is really dog-eared. It is out of print, but can be picked up on Amazon. Be careful not to get the second edition, it is a completely different book by a different author that is not the same format and is not useful. Some reprints are very poor quality too.

"Python" by Chris Fehily, Peachpit Press ISBN 0-201-74884-3.

Most books I have are far too technical for what is needed for geoprocessing.
http://www.amazon.com/Python-Chris-Fehily/dp/0201748843/ref=cm_cr_pr_pb_t

The simple layout, examples and explanations are just the right level for writing scripts. True, it was written for Python 2.2 but there are other books for version 2.7 or 3000.

I bought "The Quick Python Book", Ceder, Manning which covers Python 3 and have not found it useful.
0 Kudos