This chapter discusses built-in Python data structures, functions, and file handling. It covers common Python data structures like tuples, lists, dictionaries and sets. It describes how to define and use functions, including scope, returning values, and exceptions. It also explains how to open, read, and write to files in Python and deal with different file encodings.