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

Резултати

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

Пребарај: #mytier

当前筛选 #mytier清除筛选
Crypto Fight || News 🚀

@cryptofightnews · Post #3042 · 30.10.2025 г., 03:20

⚪️ ⚪️🔤 🔤 🔤 🔤 Mytier 2nd AMA on Binance Live 🚀 We’re going live on Binance Live again! 📅 October 31, 2025 (Fri) | ⏰ Time 12:00 PM UTC Join Mytier’s second official AMA as we share why we’re prioritizing listing agreements and how this connects to our long term ecosystem vision. 🔥 🥰 Guest Speaker: Michael Theodore, Project Director of Mytier ✔️This session will focus on Mytier’s overall direction, key progress, and the vision shaping our next steps. It’s an opportunity to share where Mytier is heading and how our long-term goals are taking shape in real time. 🌟 ✔️ What’s Next on Mytier / October Updates 1️⃣ Event Tab Classification (App & Web) Events will now be categorized as “Ongoing” or “Ended” for easier navigation. 2️⃣ Badge System (App & Web) New verification, tier, level, and ambassador badges will visually represent engagement and contribution. 3️⃣ Unified Mytier Page (App & Web Integration) You’ll now be able to access event pages directly through auto-login from the app, with no separate login required. ✅ These updates are scheduled to roll out in late October. 🔵 Stay tuned through our Official Telegram Channel: https://t.me/mytier_project 😀 Ask your best question during the AMA — selected participants will win $100 USDT! 🔘 Join us live: https://www.binance.com/live/video?roomId=2282166 😀 This AMA isn’t about future plans, it’s about the strategic direction that’s already in motion. #Mytier#AMA#BinanceLive#AI#Web3#Crypto#Listing#Ecosystem#Updates#Tokenomics#Roadmap#Telegram