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

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #418 · 9 мар.

Оператор pipe позволяет писать более компактный код, реализуя логику объединения данных (Union). Важно помнить, что его поведение зависит от контекста. Побитовые операции (логическое OR) result = 5 | 3 # 5 (0101) | 3 (0011) = 7 (0111) Самое главное - не путать с оператором or, это другое! Объединение множеств set_a = {1, 2, 3} set_b = {3, 4, 5} set_c = set_a | set_b # {1, 2, 3, 4, 5} set_c |= {5, 6} # {1, 2, 3, 4, 5, 6} Слияние словарей dict_1 = {"a": 1, "b": 2} dict_2 = {"b": 3, "c": 4} merged = dict_1 | dict_2 # {'a': 1, 'b': 3, 'c': 4} merged |= {"d": 5} # {'a': 1, 'b': 3, 'c': 4, 'd': 5} Аннотации типов, заменяет Union def process_data(value: int | str) -> None: print(value) Допустимо использовать в isinstance или issubclass isinstance(3, int | float) # True Паттерн-матчинг status_code = 404 match status_code: case 200 | 201 | 204: print("OK") case 400 | 404 | 500: print("ERROR") Для использования в своих классах требуется переопределить метод __or__ Так же нашел библиотеку pipe которая добавляет еще много возможностей. Рекомендую ознакомиться ;) #basic

Hashtags

Резултати

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

Пребарај: #enlaces

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

@botsgram_cu · Post #3679 · 17.03.2021 г., 13:55

¿Que puede hacer este bot? @ClearURLs_Bot Convierta cualquier URL de seguimiento en una URL clara que no contendrá ningún ID de seguimiento desagradable Idiomas: inglés (Visto en @botsgram_cu) #enlaces

Hashtags

BotsGram®

@botsgram_cu · Post #3096 · 02.11.2020 г., 03:48

¿Que puede hacer este bot? @DirectFileLinkBot Este bot genera un enlace de descarga directa de archivos de Telegram. Idiomas: inglés (Visto en @botsgram_cu) #enlaces#descarga

BotsGram®

@botsgram_cu · Post #3029 · 29.09.2020 г., 02:38

¿Que puede hacer este bot? @FileSharerRobot Este bot puede ayudarlo a crear un enlace para compartir archivos de Telegram Idiomas: inglés (Visto en @botsgram_cu) #enlaces#descarga

BotsGram®

@botsgram_cu · Post #2960 · 12.08.2020 г., 01:29

¿Que puede hacer este bot? @Qualyuploadbot Envíe cualquier enlace URL de descarga directa, y el bot subirá a telegram como archivo / video Idiomas: inglés (visto en @botsgram_cu) #enlaces#descarga

BotsGram®

@botsgram_cu · Post #4142 · 25.07.2021 г., 18:11

¿Que puede hacer este bot? @XFiles2LinkBot Este bot ofrece enlaces de descarga para archivos de telegram Idiomas: inglés (Visto en @botsgram_cu) #enlaces#descargas

BotsGram®

@botsgram_cu · Post #4029 · 18.06.2021 г., 13:56

¿Que puede hacer este bot? @MultiURLShortenerBot Este bot puede darle 14 enlaces cortos desde diferentes plataformas. Simplemente envíe el enlace y elija la plataforma preferida Idioma: inglés (Visto en @botsgram_cu) #enlaces#acortador

BotsGram®

@botsgram_cu · Post #3919 · 19.05.2021 г., 19:19

¿Que puede hacer este bot? @TinyShortnerBot Con este bot puedes acortar cualquier enlace. Idioma: inglés (Visto en @botsgram_cu) #enlaces#acortador

BotsGram®

@botsgram_cu · Post #3821 · 17.04.2021 г., 12:49

¿Que puede hacer este bot? @url_io_bot Este bot sirve para acortar y personalizar enlaces. Idiomas: inglés, portugués y español (Visto en @botsgram_cu) #acortador#enlaces

BotsGram®

@botsgram_cu · Post #4427 · 11.10.2021 г., 03:31

¿Que puede hacer este bot? @QrCodeMakerRobot Este Bot puede convertir su enlace en una imagen QrCode personal. Idiomas: inglés (Visto en @botsgram_cu) #qr#enlaces

Hashtags

BotsGram®

@botsgram_cu · Post #3039 · 05.10.2020 г., 11:31

¿Que puede hacer este bot? @TGYouTube_Bot Este bot puede convertir el enlace de Youtube a video / archivo y MP3 con soporte de miniaturas personalizadas Idiomas: inglés (Visto en @botsgram_cu) #descarga#enlaces#youtube

ПретходнаСтраница 1 од 3Следна