@profile_pictures_tm · Post #15416 · 06.08.2023 г., 14:00
#Bears🐻❄️
Hashtags
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
Пребарај: #bears
@profile_pictures_tm · Post #15416 · 06.08.2023 г., 14:00
#Bears🐻❄️
Hashtags
@profile_pictures_tm · Post #9640 · 19.07.2022 г., 13:09
#Bears🐻❄️
Hashtags
@l3mora_electronix · Post #1846 · 25.08.2025 г., 11:33
🐻❄️ если скопируешь медведя, то получишь двух медведей #bears
Hashtags
@TFGames · Post #2047 · 01.02.2024 г., 01:55
#BATTLE#BEARS#HEROES https://testflight.apple.com/join/Sy4wla76
@TFGames · Post #2122 · 07.02.2024 г., 09:42
#BATTLE#BEARS#HEROES#GAMES https://testflight.apple.com/join/Sy4wla76
@TFGames · Post #1443 · 10.12.2023 г., 14:23
#BATTLE#BEARS#HEROES#GAMES https://testflight.apple.com/join/Sy4wla76
@googlefactss · Post #40266 · 06.12.2025 г., 23:01
Did you know? The word "bear" actually means "the brown one" or "honey-eater"! 🐻🍯 Long ago, people were so afraid of bears they stopped using their real name. Now we just call them "bears" instead. 🍽️ [Source] @googlefactss #FunFact#Language#Bears#NowYouKnow #HeWhoShallNotBeNamed
@TemagramHD · Post #61 · 10.07.2022 г., 13:27
🎨https://t.me/addtheme/thd003 #Cartoon#Bears#Cute#Polar @TemagramHD
@ThemesM8 · Post #136 · 05.08.2021 г., 09:21
https://t.me/addtheme/WnppFBMHszywdYkp 🌈@ThemesM8✨ #bare_bears#we_bare_bears#bears#wheat#light#cute#soft#sweet#girly#girl#android#desktop
@venturevillagewall · Post #3760 · 31.12.2024 г., 13:00
XRP Market Insights and Predictions 📉 Current XRP Price: $2.16 with a $123B market cap. Trading volume: $2.21B. 📊Consolidation Phase: Support at $2.1, resistance at $2.5. RSI: 49.81 | Stochastic: 26.35 | CCI: -95.21. Mixed signals overall, MACD suggests bearish sentiment. 🔄Short-term Downtrend: Testing support at $2.115; resistance at $2.22 - $2.25. EMAs indicate sell signals for 10- and 20-periods. 📈Bullish/ Bearish Scenarios: Break above $2.25 targets $2.5; break below $2.1 targets $1.9. Traders should implement tight stop-losses. Full analysis details can be read here. #XRP#Crypto#MarketAnalysis#TradingStrategy#Investing#TechnicalAnalysis#PricePrediction#Bullish#Bearish#Support#Resistance#EMAs#MACD#RSI#Stochastic#CCI#Volume#Traders#Bulls#Bears#Consolidation