Chapter 15

Storing Data in Files

In This Chapter

arrow Considering how permanent storage works with applications

arrow Deciding how to work with permanently stored content

arrow Writing to a file for the first time

arrow Obtaining content from the disk

arrow Changing file content as needed

arrow Removing a file from disk

Until now, application development might seem to be all about presenting information onscreen. Actually, applications center around a need to work with data in some way. Data is the focus of all applications because it’s the data that users are interested in. Be prepared for a huge disappointment the first time you present a treasured application to a user base and find that the only thing users worry about is whether the application will help them leave work on time after creating a presentation. The fact is, the best applications are invisible, but they present data in the most appropriate manner ...

Get Beginning Programming with Python For Dummies now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.