1. Introduction

Now we know how to use the Command Line, navigate through are files and directories, understand absolute/relative paths and some GDAL commands, it's time to use a scripting language. Today you'll make your first steps with Python, a high level programming language. You'll learn about the concepts using a so called Jupyter Notebook tutorial. The Jupyter Notebook gives you theory and you can run real Python code through a web page.

In the next chapters you'll learn how to install Jupyter Lab, download Jupyter Notebooks from GitHub and to use Jupyter Notebooks.