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

Пребарај: #brianarmstrong

当前筛选 #brianarmstrong清除筛选
NEWS 鏈新聞-ABMedia

@abmedia_news · Post #24378 · 05.05.2026 г., 11:39

【🏦 CeFi|Coinbase 裁員 14%:CEO Armstrong 稱景氣與 AI 雙因素、組織壓平到 5 層】 Coinbase 執行長 Brian Armstrong 5/5 公開內部信、宣布裁員約 14%。兩大驅動:景氣下行 + AI 改變工作方式。組織重整方向:扁平至 5 層、無純管理者(leader 必為個人貢獻者)、AI 原生小組實驗 one-person teams。美國員工資遣 16 週基本薪資起跳。 #Coinbase#BrianArmstrong#AI裁員 📍閱讀全文: https://abmedia.io/coinbase-14-percent-layoff-armstrong-ai-native-5-layer-restructure-may-2026

Crypto M - Crypto News

@CryptoM · Post #65252 · 12.04.2026 г., 10:15

🚀 CLARITY Act Urged for Swift Advancement in Crypto Regulation Cynthia Lummis emphasized the urgency of advancing the CLARITY Act, warning that delays could push the next opportunity for establishing a crypto regulatory framework to 2030. According to NS3.AI, notable figures such as David Sacks, Brian Armstrong, and SEC Chairman Paul Atkins have also expressed support for expediting market structure legislation. #CLARITYAct#CryptoRegulation#CynthiaLummis#NS3AI#DavidSacks#BrianArmstrong#PaulAtkins#SEC#MarketStructure#Legislation

Venture Village Wall 🦄

@venturevillagewall · Post #4291 · 03.03.2025 г., 01:00

Key Crypto Events Coming March 7th March 7th features key announcements: US unemployment rate for February, Powell's speech, and Trump's cryptocurrency summit at the White House. Coinbase CEO Brian Armstrong supports a US crypto reserve focused on Bitcoin. Notably, a transfer of 1,241 BTC (about $116.97 million) occurred between unknown wallets. Follow the updates! sourcetransaction details #Crypto#BTC#US#Trump#Coinbase#Reserve#BrianArmstrong#Powell#Unemployment#WhaleAlert#Bitcoin#Blockchain#Investment#Finance#Summit#March7#MarketNews#CryptoRegulation#DigitalAssets#Tech