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

Пребарај: #edena

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

@cryptofightnews · Post #3075 · 09.11.2025 г., 14:39

## EDENA Project ### 📊 Core Information: What is EDENA? EDENA is a government-approved Security Token Offering (STO) platform that tokenizes real-world assets like carbon credits and real estate. We make institutional-grade investments accessible from just $10, not millions. EDENA Token Utility: EDENA tokens are the exclusive payment currency for all STO investments on our exchanges. Just like you need USDT for crypto trading, you need EDENA to invest in tokenized real-world assets. As more assets get tokenized and trading volume grows, EDENA token demand increases naturally - this isn't speculation, it's real utility driven by actual usage. Key Facts: - Market Cap: $5 Billion (Top 1% of all cryptocurrencies) - Government Partners: Multiple countries, primarily Indonesia & Egypt - Current Exchanges: Indodax, BingX, Coinstore + Major global exchanges coming soon - Title Sponsor: Web3 Week Asia 2025 ### 🚀 Growth Trajectory: Current (2025): - Listed on major exchanges globally - Government partnerships in multiple countries - $5B market cap milestone Next 6-12 Months: - Indonesia STO Exchange - Q4 2025 launch in preparation (270M people need EDENA to invest) - Egypt STO Exchange - Q1 2026 launch in preparation (100M+ MENA users need EDENA) - Multiple real estate products in preparation, first being a $250M completed complex - Every STO transaction = EDENA demand - Target: 10+ exchange listings 2026 Vision: - $10B+ assets tokenized = Billions in EDENA transaction volume - Operations in 10+ countries = Millions of users needing EDENA - Leading global RWA platform 🎯 Key Messages: 1. "EDENA = Your payment gateway to trillion-dollar markets" 2. "Not speculation - real utility with mandatory usage" 3. "Every carbon credit investment needs EDENA" 4. "Every real estate investment needs EDENA" ### 📱 Hashtags: #EDENA#STO#RWA#CarbonCredits#RealWorldAssets#Blockchain#RealUtility#Indonesia#ASEAN#Egypt#MENA#AFRICA ### 🔗 Official Links: - Website: edenatoken.com - Twitter: @EdenaOfficial - Telegram Channel: t.me/edenaofficial - Telegram Group: t.me/EdenaCommunity