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

Пребарај: #bidaskmemecontest

当前筛选 #bidaskmemecontest清除筛选

Bidask: $RAFF & $WEB3 Listings, MyTonWallet & DeWallet Integration + Meme Contest 🏴Two new tokens are now live on Bidask: • $RAFF — from the Ton Raffles ecosystem • $WEB3 — from the .ton domain ecosystem Both are now tradable in pairs against #TON. The WEB3/TON pool features boosted farming through August 5, with up to ~44% APR — rewards in $WEB3 scale based on daily trading volume: ➖ $12.5/day if volume > $10,000 ➖ $25/day if volume > $15,000 ➖ $37.5/day if volume > $18,000 ➖ $50/day if volume > $20,000 ➖ $67.5/day if volume > $23,000 ➖ $75/day if volume > $25,000 🏆Bidask Meme Contest Create a meme about Bidask Protocol, post it on X (Twitter) with the hashtag #BidaskMemeContest, and share it in the contest thread in the “meme contest thread” in the Bidask chat. Only memes posted in both X and the chat thread will qualify. Contest runs through August 7. Prizes include: 🥇 1st — Toy Bear #52238 🥈 2nd — Record Player #10315 🥉 3rd — Crystal Ball #3932 🏅 4th — Light Sword #7136 🏅 5th — Light Sword #72658 👛 Wallet Integrations #MyTonWallet and DeWallet (by DFC ecosystem) have added Bidask DEX support — making it even easier to swap and farm. 📈 Top APRs on Bidask DEX right now: • HYDRA/TON — ~1250% APR • TON/USDT — ~87% APR Bidask DEX |Channel #Bidask#WEB3#RAFF#DeFi#YieldFarming#CryptoNews#CryptoTrading#TON#TONBlockchain#DEX