@doniyorieltss · Post #458 · 09.01.2023 г., 08:40
#CrazyEnglish Also, why is that a 'slim chance' and a 'fat chance' are the same thing while a 'wise guy' and a 'wise man' are opposites?
Hashtags
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
Пребарај: #crazyenglish
@doniyorieltss · Post #458 · 09.01.2023 г., 08:40
#CrazyEnglish Also, why is that a 'slim chance' and a 'fat chance' are the same thing while a 'wise guy' and a 'wise man' are opposites?
Hashtags
@doniyorieltss · Post #457 · 09.01.2023 г., 04:08
#offtopic#CrazyEnglish English is crazy: it's one of the languages where 'there is only so much we can do' means the same thing as 'we can't do much'. @ieltsulugbeks
Hashtags