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:
  • 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    
An interactive python notebook. It can be used in a jupyter instance like Google colab 
These are the slides for this chapter.