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

Резултати

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

Пребарај: #sugar

当前筛选 #sugar清除筛选
Venezuelanalysis

@venanalysis · Post #2075 · 25.08.2025 г., 21:40

📰 NEWS | Venezuela: Turkish Investors to Take Over State-Owned Sugar Mills Under ‘Strategic Alliances’ Venezuela has signed agreements with Turkish investors to manage three state-owned sugar mills — Central Venezuela (Zulia state), Santa Clara (Yaracuy state), and Ezequiel Zamora (Barinas state) — as part of new 'strategic alliances,' Agriculture Minister Julio León announced. Authorities have not disclosed further details. Previous experiences with similar alliances in the countryside have raised concerns among campesinos regarding transparency and impacts on small-scale producers. 🔗 Read the full report here: https://shorturl.at/pwPmt #Peasants#Campesinos#PrivateSector#Sugar

cosplayupload

@cosplayuploadtest2 · Post #102455 · 23.03.2025 г., 03:21

Title: Nozomi_Arimura_有村のぞみ,_Alarm_写真集_「Honey_Sugar」_Set.03 Authors: #None Tags: #None#Nozomi_Arimura_有村のぞみ#ヌード写真集#Nozomi#Arimura#有村のぞみ#Alarm#写真集 #「Honey #Sugar」 #Set #03 recommendation: None TelegraphLinks:page-0-35

cosplayupload

@cosplayuploadtest2 · Post #102226 · 23.03.2025 г., 03:07

Title: Nozomi_Arimura_有村のぞみ,_Alarm_写真集_「Honey_Sugar」_Set.02 Authors: #None Tags: #None#Nozomi_Arimura_有村のぞみ#ヌード写真集#Nozomi#Arimura#有村のぞみ#Alarm#写真集 #「Honey #Sugar」 #Set #02 recommendation: None TelegraphLinks:page-0-36