Book Image

Mastering QGIS

Book Image

Mastering QGIS

Overview of this book

Table of Contents (18 chapters)
Mastering QGIS
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Where to learn Python basics


This chapter is not intended to give you an introduction to Python programming. There are a lot of free online resources and MOOC (http://en.wikipedia.org/wiki/Massive_open_online_course) courses on the web.

The main resources can be obtained directly from the Python homepage at https://www.python.org/about/gettingstarted/, where there is a big collection of guides and free books and tutorials.

Tabs or spaces, make your choice!

During programming in Python, it's important to give special attention to edit code with correct indentation. Avoid mixing spaces and tabs because it can generate errors that can be difficult to understand, especially for someone who is a beginner at Python programming.