January 2026
Beginner
139 pages
3h 54m
English
In this chapter, we explain some useful functionality of Python, namely, how to deal with files and time.
Files are important in programming to store data. There are all kinds of possible file formats for different purposes. The most common file format is the text file. This could be anything, for example, the .tex file that I’m writing this book on, or your Python code.
But there are also a lot of files for storing structured data. A very common file format is the CSV (Comma-Separated Values) file. CSV is quite simple and can be ...
Read now
Unlock full access