Chapter 1 - Project setup

Learn about lists and dictionaries in Python, two essential data structures that allow you to store and manage collections of data.

Data Structures: Lists and Dictionaries

Lists and dictionaries are two of the most commonly used data structures in Python.

Lists

Lists are ordered collections of items:

my_list = [1, 2, 3]

Dictionaries

Dictionaries store data in key-value pairs:

my_dict = {'key': 'value'}
This is the beginning of this lesson

Need a refresher on the essentials?

Check out more lessons, DIY kits and essentials reading material at the developer learning centre homepage.

Want to build on the posemesh and need a helping hand?

Apply for a grant of AUKI tokens to get your project off the ground, and work directly with the Auki Labs team to get your creation to market. Successful applicants may be granted up to 100k USD worth of AUKI tokens, and development and marketing support from the Auki Labs team.