Glossary

dictionaries

mapping keys to values — and **sets** for membership testing and deduplication. You'll also learn how to choose the right data structure (list vs. dict vs. set vs. tuple) for a given problem. TaskFlow will upgrade from tuples to dictionaries, giving each task named fields instead of positional acces

Learn More

Related Terms