Python Basics #7 - List & Tuple Methods Tutorial

Опубликовано: 13 Июль 2026
на канале: GIS Gallery
22
1

Welcome back to the Python for GIS Programming series on GIS Gallery!

In this video, we will learn commonly used List and Tuple methods in Python with practical, easy-to-understand examples.

✅ You will learn:
How to modify a List using methods like:
append()
insert()
extend()
remove()
pop()
sort()
reverse()

What is immutability in tuples
Tuple functions like count() and index()

Practical examples that relate to GIS workflows, such as storing field names, attribute lists, geometry types, etc.