Useful books and sites#
In addition to our course, there are countless of excellent books, tutorials and examples related to programming in Python. Here we list some good places to look for further information.
New book: Introduction to Python for Geographic Data Analysis#
Henrikki Tenkanen, Vuokko Heikinheimo, and David Whipp (all current or past course teachers) are working on a textbook that is based on the Geo-Python and Automating GIS processes courses. The book will be openly available online and is currently under development. The material in the first part of the book originates from this course and has reached a point where we will be using the book for most of our Python lessons. You can access the current book draft at https://python-gis-book.readthedocs.io/en/latest/.
Other books#
There are no required textbooks for this course. This course uses a wide range of sources for course information and the main textbooks are given below.
Recommended textbooks and online resources:
Zelle, J. (2017) Python Programming: An Introduction to Computer Science, Third edition. Franklin, Beedle & Associates. Copies of this book are available in the Kumpula Campus library.
McKinney, W. (2022) Python for Data Analysis: Data wrangling with Pandas, NumPy and iPython, Third edition. O’Reilly Media, Incorporated.
Learn Python the Hard Way Free sample of the book is available on the webpage.