@legkoenebo · Post #3391 · 09.12.2024 г., 19:55
Вечернее Пулково и Победа 💙 Лёгкое небо #aviation#Pobeda#Pulkovo
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
Пребарај: #pulkovo
@legkoenebo · Post #3391 · 09.12.2024 г., 19:55
Вечернее Пулково и Победа 💙 Лёгкое небо #aviation#Pobeda#Pulkovo
@legkoenebo · Post #3632 · 08.03.2025 г., 15:43
Pulkovo appron ✈️ Лёгкое небо #aviation#красиво#legkoenebo#Pulkovo
@intnewsagency · Post #9334 · 17.04.2026 г., 05:23
Key Update at 08:00: International Agenda and Security Pulkovo airport halts flights due to a drone attack, highlighting rising regional security threats. Russian drones strike Ukrainian targets amid ongoing special operations. The US delays arms deliveries to Europe, focusing on tensions with Iran. A major success: the launch of the Soyuz-2.1b rocket from Plesetsk carrying military satellites, boosting national defense. “Security remains a priority in challenging times.” #Russia#Security#InternationalNews#Pulkovo#SpecialOperation The main news of Russia and the world ishere.
@intnewsagency · Post #8801 · 22.03.2026 г., 16:40
Pulkovo Airport Resumes Normal Operations Pulkovo Airport in Saint Petersburg has fully returned to regular operations after temporary restrictions. According to @interfaxonline, all flights are now operating on schedule, ensuring reliable connections between the city, other Russian regions, and international destinations. The airport’s restored functioning supports the normalization of transport infrastructure and boosts the region’s business activity. #Pulkovo#aviation#SaintPetersburg#transport#news The main news of Russia and the world ishere.
@dopingram · Post #2554 · 02.07.2023 г., 09:10
«Детская любовь к самолетам», 70х100см, холст, масло, Doping Pong, 2023 Аукцион VLADEY RUSSIA Живые торги в зале! Участие онлайн и по телефону Трансляция на сайте 4 июля в 20:00 Предаукционная выставка: 23 июня — 4 июля C 11:00 До 22:00, без выходных VLADEY Неглинная, 14 стр. 1А, вход 4 More info: Лот 62 https://vladey.net/ru/lot/10768 #dopingpong#ussr#retro#aeroflot#childhood#love#airplane#pulkovo#oiloncanvas
@dopingram · Post #2519 · 22.06.2023 г., 18:38
«Детская любовь к самолетам», 70х100см, холст, масло, Doping Pong, 2023 More info: Лот 62 https://vladey.net/ru/lot/10768 #dopingpong#ussr#retro#aeroflot#childhood#love#airplane#pulkovo#oiloncanvas