filmov
tv
Python Intermediate I Tutorial 2 - Reading Large Files

Показать описание
Hi guys! so let's talk about how to read large files in python, most likely you'll work with some large file in python someday, when that happens it'll be cool if you knew a way to read large files in python, one cool thing about python is that it usually hasnice functions and they're very optimized, did you know that you can use a for loop to iterate over a file? Find out about this in this video.