Chapter 2. Advanced Data Structures and File Handling
Note
Learning Objectives
By the end of this chapter, you will be able to:
Compare Python’s advanced data structures
Utilize data structures to solve real-world problems
Make use of OS file-handling operations
Note
This chapter emphasizes the data structures in Python and the operating system functions that are the foundation of this book.