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

Резултати

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

Пребарај: #nayibbukele

当前筛选 #nayibbukele清除筛选
Nayib Bukele 🇸🇻

@nayibbukele · Post #277 · 02.02.2023 г., 12:50

#NayibBukele Como el primer presidente en apoyar oficialmente el uso del Bitcoin como moneda de curso legal en El Salvador, Bukele demuestra su compromiso con un futuro innovador y financiero. t.ly/rj5u ✅ Comparte ✅ Deja tu Like ✅ Comenta ElSlv.com🇸🇻

Hashtags

Nayib Bukele 🇸🇻

@nayibbukele · Post #301 · 16.03.2023 г., 04:06

#ElMilagroBukele | La impresionante historia de Nayib Bukele, el presidente que rescató a El Salvador. El éxito de su guerra contra la criminalidad y los choques con Gustavo Petro han logrado captar la atención de los colombianos. https://bit.ly/3JypeCs #ElSalvador#NayibBukele

Nayib Bukele 🇸🇻

@nayibbukele · Post #297 · 10.03.2023 г., 19:33

👀 ¡Turistas ven cocodrilos en #ElSalvador! Pero no te preocupes, nuestra seguridad es excelente. Podrás disfrutar de la belleza natural de nuestro país con tranquilidad. 🐊💪#TurismoSeguro#NayibBukele🌴 ¡Visítanos sin preocupaciones! 🛫 ElSlv.com🇸🇻❤️

SIN LÍNEA MX (OFICIAL)

@SINLINEAMXnoticias · Post #31051 · 25.03.2026 г., 15:37

😂¡Ahí no más para que se enojen los prianistas! ‼️La presidenta #ClaudiaSheinbaum es la jefa de Estado mejor evaluada de Latinoamérica, al tener 72.3 por ciento de aprobación, por encima de personajes como #NayibBukele, #JavierMilei y otros. #MañaneraDelPueblo

Nayib Bukele 🇸🇻

@nayibbukele · Post #93 · 19.07.2021 г., 23:33

Quiero agradecerle al excelentísimo señor Presidente #NayibBukele por hacer este Hospital El Salvador, estamos muy agradecidos como familia López, le extendemos este gran agradecimiento", manifestó Rubidia Villanueva, familiar de un paciente recuperado. #HospitalElSalvador | #Compartir

Nayib Bukele 🇸🇻

@nayibbukele · Post #135 · 04.11.2022 г., 05:27

#ElSalvadorReVive | María es una de los miles de personas dañadas por el accionar de las #pandillas, ahora destaca las estrategias de seguridad implementadas por #NayibBukele, la población agradece el ambiente de seguridad y el cambio histórico que atraviesa la nación. #PandillasNuncaMás🇸🇻👊

Venture Village Wall 🦄

@venturevillagewall · Post #4308 · 05.03.2025 г., 01:00

Bitcoin Update and TikTok Acquisition Bid Bitcoin price hits $87,000. 50 million USDC minted. 🪙 El Salvador President Nayib Bukele confirms continued Bitcoin purchases. 🇸🇻 Reddit co-founder Alexis Ohanian joins bid for TikTok U.S., promoting user data ownership through blockchain integration with Project Liberty. For more details, visit the whale alert transaction and the Reuters article #Bitcoin#USDC#ElSalvador#NayibBukele#TikTok#AlexisOhanian#Blockchain#DataOwnership#ProjectLiberty#Transparency#Accountability#Crypto#VC

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