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 Python scripts. However, when writing large scripts, you need to store the data in files. In this hour, you will explore ...

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