#data structures
Study materials by tag "data structures" from expert practitioners. Current articles and useful tips for development.
Articles with tag "#data structures"
All materials on the topic data structures
List Comprehensions — Elegant Lists! ✨
A list comprehension is a way to build a list in one line instead of a loop.
Lists in Python: A Collection of Data 📦
Imagine you have a spaceport and need to store the names of all the planets for a flight. You could...
Lists and Dictionaries in Python: Working with Data 📦
So far: one variable = one value.
List Methods: Managing Collections 📝
Lists are not just storage. They come with built-in actions (methods) that let you add, remove, and modify elements.
Dictionaries in Python: Storing Data as Key-Value Pairs 📖
Imagine you're creating a character card for a game. The character has a name, attack, health, and class. How do...
Looking for more on the topic?
Study all our materials or subscribe to updates