Real Python Tutorials

Python Sequences: A Comprehensive Guide
NEW

Python Sequences: A Comprehensive Guide

This tutorial dives into Python sequences, which is one of the main categories of data types. You'll learn about the properties that make an object a sequence and how to create user-defined sequences.

May 01, 2024 intermediate python