Reiter
This chapter will provide an introduction to data structures in python. It will explain topics which are mostly related to dictionaries, sets and lists.
This chapter has the following sections:
This chapter has the following sections:
- List functionalities - manipulating, slicing, accessing, retrieving
- Introduction to list comprehensions
- Dictionary creation, access, manipulation, comprehension
- Tuple creation, manipulation, access
- Set creation, manipulation, access
- Concatenating two list structures
Code notebooks
These are the slides for this chapter.