У нас вы можете посмотреть бесплатно PyRVA 2020-06-10 lecture: Pathlib или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Previously, whenever any of us have needed to reference a folder of file on our operating system, we would have to use Python's `os` and `os.path` modules. But have you ever looked at the code using them and hoped for a better way? Have you ever had code break when trying to manipulate paths on Windows or Unix? Do you not use `os.path` and just add strings together? Well, there’s good news! In Python 3.4, a new module appeared in the standard library, `pathlib`. It makes working with paths much easier, more expressive, and dare I say more fun? In this video, Chris May gives us an exploration of the pathib module, and why we would want to use it. This talk would be great for every skill level, as working with files is something most of us will need to do.