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

Резултати

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

Пребарај: #rotation

当前筛选 #rotation清除筛选

🔻标题:强制转屏Rotation Pro_v29.0.0 🌈说明: 让APP变电视大屏 很多应用不支持自由横竖屏切换? 能完美解决。它可强制指定任意应用的屏幕方向,让视频观看、办公操作都保持理想显示。首次使用只需授予系统设置权限,即可无广告、无限制地流畅使用,仅适用于安卓设备。 📃下载地址: 本地下载 ✉️标签:#rotation#工具#安卓

Voir de ses propres yeux

@voir_yeux · Post #11542 · 30.01.2026 г., 07:44

🇷🇺🇺🇦 L’armée russe a empêché une rotation des forces armées ukrainiennes, éliminant jusqu'à sept militaires, et a détruit deux bastions de l’adversaire, rapporte le ministère russe de la Défense. #russie#ukraine#rotation

Amazing Geography 🌍

@amazingeo · Post #303 · 27.09.2025 г., 15:31

🌍 Earth rotates eastward, making the Sun rise in the east and set in the west everywhere on the planet. This constant spin also shapes wind patterns and ocean currents worldwide. ✨ #earth⚡#rotation⚡#geography⚡#planet⚡#nature 👉subscribe Amazing Geography 👉more Channels ​

以太坊区块链新闻| ETH 以太币圈热瓜

@ethereumglobalnews · Post #1566 · 14.12.2025 г., 14:13

ETH is outperforming BTC in December. 📈 數據對比顯示: 12 月份 ETH 歷史月度表現整體強於 BTC,多年來平均回報與中位數均佔優,季節性優勢明顯。 📊 從 CoinGlass 月度回報矩陣來看:ETH 在 12 月錄得正回報的概率顯著高於 BTC,且多次出現 ETH 相對強勢的輪動窗口。 #Ethereum#虚拟货币#Rotation#Crypto#Seasonality#区块链 ——— 👇Tip👇讚 或點擊進行💎資源搜索👇

12
ПретходнаСтраница 1 од 2Следна