@PensivePost · Post #5453 · 06.10.2021 г., 10:42
The book shows the way to a person, Does not give it by crossing the path. #AkashAP#review#qoute
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #214 · 12 фев.
Как правильно проверить атрибуты доступа файла? То есть доступна ли запись в файл или является ли он исполняемым? Для этого в Python есть функция os.access() Проверять так: os.access(path, flag) Функция вернёт bool в зависимости от наличия указанного флага. Всего есть 4 флага проверки: os.F_OK - наличие файла на диске os.R_OK - доступ на чтение os.W_OK - доступ на запись os.X_OK - доступ на исполнение Например, вместо try-except лучше делать так (пример из документации): if os.access("myfile", os.R_OK): with open("myfile") as fp: return fp.read() #basic#libs
Пребарај: #qoute
@PensivePost · Post #5453 · 06.10.2021 г., 10:42
The book shows the way to a person, Does not give it by crossing the path. #AkashAP#review#qoute
@PensivePost · Post #5452 · 06.10.2021 г., 10:23
"Excessive imagination destroys man" #AkashAP#review#qoute
@PensivePost · Post #5485 · 22.10.2021 г., 16:11
Love always choose to wait While an expectation demands. #ap#qoute#review
@PensivePost · Post #5484 · 22.10.2021 г., 16:01
They're more loyal than world to relationship, Those who cannot express their feelings. #ap#qoute#review