File-like objects in Python PREMIUM

Series: Files
Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
3 min. read Watch as video Python 3.8—3.12
Python Morsels
Watch as video
02:53

Let's talk about file-like objects in Python.

Python's print function accepts any file-like object

Python's built-in print function is used for writing to a file-like object.

We can call print is called, it writes to the file object it's provided. So these two print calls:

...

A Python Tip Every Week

Need to fill-in gaps in your Python skills? I send weekly emails designed to do just that.

Python Morsels
Watch as video
02:53