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

Резултати

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

Пребарај: #botones

当前筛选 #botones清除筛选
BotsGram®

@botsgram_cu · Post #4766 · 14.04.2022 г., 13:37

¿Que puede hacer este bot? @ButtonMakerXBot Envíe un medio o un mensaje de texto y agregue botones de acuerdo con su deseo y compártalo en todo TG Idioma inglés (Visto en @botsgram_cu) #botones

Hashtags

BotsGram®

@botsgram_cu · Post #4581 · 29.12.2021 г., 15:13

Debido a que las reacciones de Telegram llegarán en la próxima actualización, puede optar por 2 métodos de reacciones: reacciones nativas de Telegram o bots de #botones de reacción. (Visto en @BotsGram_cu)

Hashtags

BotsGram®

@botsgram_cu · Post #3647 · 14.03.2021 г., 00:47

¿Que puede hacer este bot? @SuperEmojiBot Agregue automáticamente botones de reacción y compartir a las publicaciones en su canal. Idiomas: ruso, inglés, uzbeko (Visto en @botsgram_cu) #botones#canales

BotsGram®

@botsgram_cu · Post #4429 · 11.10.2021 г., 03:38

¿Que puede hacer este bot? @RemoveInlineButtonsBot Este bot eliminará cualquier mensaje que contenga botones en línea en grupos o canales Idiomas: inglés árabe (Visto en @botsgram_cu) #botones#inlinebuttons

BotsGram®

@botsgram_cu · Post #3210 · 29.11.2020 г., 19:51

@ChannelButtonsBot Qué puede hacer este bot? Este bot puede crear botones para reacciones, comentarios, enlaces y más en su canal de Telegram. Idioma: Inglés (visto en @BotsGram_cu) #canal, #botones, #reacciones