@lootbaba_officiall · Post #30538 · 15.08.2025 г., 14:51
"Happy Independence Day! 🇮🇳✨ Celebrate freedom, pride & the unstoppable spirit of India with Loot Baba [ Official ]™ & @verified_beast🔥🛡⭐️#Epic#Iconic#India@LootBaba_Officiall
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
Пребарај: #iconic
@lootbaba_officiall · Post #30538 · 15.08.2025 г., 14:51
"Happy Independence Day! 🇮🇳✨ Celebrate freedom, pride & the unstoppable spirit of India with Loot Baba [ Official ]™ & @verified_beast🔥🛡⭐️#Epic#Iconic#India@LootBaba_Officiall
@arch_shovel · Post #80 · 11.05.2022 г., 12:49
The competition-winning design for the China Comic & Animation Museum. Each bubble has a specific function: entrance, education, theatre/cinema, and comic library. Where these forms meet they form openings and exciting collisions of light and sound, creating a circular route that encompasses the entire programme. . Architect: MVRDV Co-architect: Zhubo Design Structure: Arup Exhibition design: Kossmanndejong Location: Hangzhou, China 2015 . #mvrdv#architecture#comics#animation#iconic#museum#exhibition#design
@rushaus · Post #1907 · 18.08.2025 г., 08:04
Schwarze Katzen gelten oft als Unglücksbringer, besonders, wenn sie den Weg kreuzen. Doch in Russland hatten sie schon immer mehr Tiefe. 🐈⬛ Von Kater Bajun in alten Sagen, den man gleichermaßen fürchtete wie respektierte, über Nikolai Gogols Dämonenkatze bis hin zu Michail Bulgakows legendärem Behemot - schwarze Katzen waren nie nur Deko. 👺😼 Antonij Pogorelski ließ sie schon 1825 in seiner Erzählung auftauchen, später sangen Juri Saulski und Bulat Okudschawa über sie. Selbst die Moskauer Bande „Schwarze Katze“ wurde nach dem Krieg berühmt und schaffte es in die Kultserie „Treffpunkt kann nicht geändert werden“. 🎬 Heute tragen sie Hoodie und gehen als Meme viral. 😎 Also, wenn euch am Welttag der schwarzen Katze eine solche den Weg kreuzt, vielleicht ist es nicht Pech, sondern ein Stück Kulturgeschichte. #SchwarzeKatze#Bulgakow#Gogol#Pogorelski#Okudschawa#Saulski#Weltkatzentag#Katzenliebe#BlackCat#Iconic