Quick Python 4: Sipping from a File (Open/Print Contents)
November 5, 2020
Project: quick-python
In this video, we take a sip out of a file - just a quick skim, printing out the contents.
It's a great skill that we'll build on later.
Check out the source code here:
https://github.com/stephengrice/education/tree/master/Quick_Python/04_Read_a_File
If you need to install Python, we have you covered! Check out our Done in 90 Seconds series!
Project: quick-python