{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# for loops\n", "\n", "```{attention}\n", "Finnish university students are encouraged to use the CSC Noppe platform.
\n", "\"CSC\n", "\n", "Others can follow the lesson and fill in their student notebooks using Binder. Binder can be launched using the interactive code tools (rocket icon) on the lesson page linked below.\n", "```\n", "\n", "In this lesson we introduce loops as a way of repeating parts of a Python program, such as iterating over all of the items in a list and performing a calculation using each item.\n", "\n", "## Lesson materials\n", "\n", "Materials for this lesson are from Chapter 2 of the forthcoming textbook [*Introduction to Python for Geographic Data Analysis*](https://pythongis.org/). In this lesson we cover the materials from [Chapter 2.4 (for loops)](https://pythongis.org/part1/chapter-02/nb/03-for-loops.html)." ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.6" } }, "nbformat": 4, "nbformat_minor": 4 }