TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

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

Hashtags

Резултати

Пронајдени 1 слични објави

Пребарај: #futurecity

当前筛选 #futurecity清除筛选
The Digi Doodles

@Digi_doodles · Post #618 · 29.07.2025 г., 15:54

Very Moscow — A Vision of the Future City🐇 August 1–31, 2025 · Central Exhibition Hall "Manege", Moscow The city becomes a living canvas of innovation. ☁️Very Moscow: Territory of the Future. Moscow 2030 is an immersive urban tech forum featuring 10+ thematic pavilions on the future of transportation, AI, and city infrastructure. Highlights: — Metro & transport simulators — Interactive zones with urban innovations — Tech + public art meeting points It’s more than an expo — it’s a visual dialogue between citizens, space, and code😺 #VeryMoscow#Moscow2030#FutureCity#UrbanTech#ArtAndTech