Hour 11. Using Files
What You’ll Learn in This Hour:
File types that Python can handle
How to open a file
Reading a file’s data
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.