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 слични објави

Пребарај: #whcd

当前筛选 #whcd清除筛选
America 🇺🇸 News & Politics

@America · Post #10568 · 28.04.2026 г., 13:07

🚨🔫WHCD SHOOTER PLANNED TO TARGET TRUMP OFFICIALS 🔹 Cole Allen, 31, rushed security with shotgun, handgun, and knives at Washington Hilton 🔪 🔹 California teacher wrote "Administration officials are targets" minutes before attack 📝 🔹 Traveled by train from LA to DC, checked into hotel days before correspondents' dinner 🚂 Allen apologized to family but called it his "duty" to target high-ranking officials — except FBI Director Kash Patel 🎯⚖️ Security nightmare: How did he get so close to the President? 😰🛡️ 📊 The numbers don't lie. Stay tuned for updates 📱 🌍 This affects more people than you think 📲 #WHCD#Security @america

NEWS 鏈新聞-ABMedia

@abmedia_news · Post #24133 · 26.04.2026 г., 03:17

【📜 政策監理|白宮記者協會晚宴傳槍響:川普緊急撤離、特勤探員擋彈受傷、嫌犯在押】 川普 4/25 晚間出席白宮記者協會晚宴期間宴會廳傳出至少 5 聲槍響。特勤局立即護送川普與第一夫人撤離,兩人均未受傷。一名特勤探員被子彈擊中、因防彈背心倖免重傷。嫌犯已被逮捕,調查由 DOJ 與 FBI 接手。 #川普#WHCD#SecretService 📍閱讀全文: https://abmedia.io/trump-evacuated-whcd-shooting-secret-service-agent-injured-suspect-custody

America 🇺🇸 News & Politics

@America · Post #10564 · 27.04.2026 г., 13:08

🎩🚨MENTALIST RECALLS "ARE WE ABOUT TO DIE?" MOMENT BESIDE TRUMP 🔹 Oz Pearlman was mid-magic trick guessing press secretary's baby name when gunshots erupted at 8:36pm 🍼✨ 🔹 Secret Service tackled both performer and president to ground — "his eyes weren't registering," Pearlman says 👁️😰 🔹 Found himself lying half-meter from Trump after meeting him just 5 minutes before the chaos began 📏⏰ 🔹 Describes surreal terror of life-threatening moment at what should have been elegant dinner event 🍽️💔 "Split second after my trick reveal, everything went to hell" — witness account chills 😨❄️ This is Hollywood-level crazy but it's real life 🎬😱 #WHCD#performer#witness#security @america