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

Резултати

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

Пребарај: #cielcosplay

当前筛选 #cielcosplay清除筛选
Rui's Ramble

@RsRamble · Post #1009 · 17.05.2025 г., 16:19

“Silk and lace cloak a heart scarred by betrayal, vengeance smoldering behind steely grace.” 我可以说这是新的人参照片嘛 黑执事的夏尔 National Gallery Singapore (2025-05-17) #ciel#cielcosplay#kuroshitsujiciel#kuroshitsuji#kuroshitsujicosplay#cosplay#lolitafashion#nationalgallerysingapore#singapore

Rui's Ramble

@RsRamble · Post #1115 · 12.10.2025 г., 17:55

"The light turns soft on paper. Quiet pages, steady heart." 咱终于想起来自己有一堆旧图没修 其实拿的吉他入门,这地方也没有树荫,纯P上去的 黑执事的夏尔(唱诗班) Flower Dome, Gardens by the Bay (2025-09-14) #ciel#cielphantomhive#cielcosplay#blackbluter#kuroshitsuji#kuroshitsujicosplay#blackbutlercosplay#flowerdome#gardensbythebay#cosplay#singapore

Rui's Ramble

@RsRamble · Post #1058 · 24.07.2025 г., 10:00

"Knowledge.... guides me...." 其实是白天拍的,纯靠调色修成这样的 景区好多人啊,本社恐瑟瑟发抖 比之前稍微调亮了一点点,不然手机上看着黢黑 黑执事的夏尔 Flower Dome, Gardens by the Bay (2025-07-19) #ciel#cielphantomhive#cielcosplay#cielphantomhivecosplay#kuroshitsujiciel#kuroshitsuji#kuroshitsujicosplay#blackbutler#blackbutlercosplay#cosplay#gardensbythebay#singapore