# Learning Path: Python Data Structures

DevFeed: [Learning Path: Python Data Structures](<https://devfeed.tech/articles/learning-path-python-data-structures-4376.md>)

Original publisher: [Read original article](<https://realpython.com/learning-paths/basic-python-data-structures/>)

Author: Real Python

Published: 2024-11-14T12:00:00Z

Content type: tutorial

Language: en

Sources: [Real Python](<https://devfeed.tech/sources/real-python.md>)

Topics: [Data structures](<https://devfeed.tech/topics/data-structures.md>), [Python](<https://devfeed.tech/topics/python.md>), [Sorting](<https://devfeed.tech/topics/sorting.md>)

Tags: [learning](<https://devfeed.tech/tags/learning.md>), [python](<https://devfeed.tech/tags/python.md>), [sorting](<https://devfeed.tech/tags/sorting.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

A learning path for working with Python's core built-in data structures, including strings, lists, tuples, dictionaries, sets, bytes, and bytearrays. It also covers comprehensions, copying, sorting, range(), and related operations.

## Source excerpt

Learn Python's built-in data structures: strings, lists, tuples, dictionaries, sets, and bytes, plus sorting, copying, and comprehensions.