Hour 11. Using Files

What You’ll Learn in This Hour:

Image File types that Python can handle

Image How to open a file

Image Reading a file’s data

Image Writing data to a file

Storing strings, lists, dictionaries, and so on in memory is fine for small amounts of data. However, when handling large data amounts, it’s better to store the data in files. In this hour, we explore ...

Get Sams Teach Yourself Python Programming for Raspberry Pi in 24 Hours, Second Edition 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.