@mygovcoronanewsdesk · Post #11493 · 01.12.2022 г., 07:54
India's G20 Presidency will work towards benefitting humanity as a whole. As the Hon PM Narendra Modi says, "WE CAN!" #G20India
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
Пребарај: #g20india
@mygovcoronanewsdesk · Post #11493 · 01.12.2022 г., 07:54
India's G20 Presidency will work towards benefitting humanity as a whole. As the Hon PM Narendra Modi says, "WE CAN!" #G20India
Hashtags
@MyGovCoronaNewsdesk · Post #12837 · 13.09.2023 г., 08:44
PM Narendra Modi is taking on the role of a Global Unifier. He's uniting nations for the global good, fostering collaboration on a worldwide scale. #G20#G20India
@MyGovHindi · Post #6850 · 13.09.2023 г., 08:45
दुनिया के नेताओं को एक मंच पर लाने एवं एकजुट करने की सराहनीय भूमिका निभा रहे पीएम नरेन्द्र मोदी वह वैश्विक भलाई के लिए देशों को एकजुट कर, विश्वव्यापी स्तर पर सहयोग को बढ़ावा दे रहे है। #G20#G20India
@mygovcoronanewsdesk · Post #11492 · 01.12.2022 г., 06:28
गौरवमयी पल 🇮🇳 आज से भारत प्रतिष्ठित एवं महत्वपूर्ण #G20 समूह की अध्यक्षता आधिकारिक तौर पर ग्रहण करेगा। आइए 'वसुधैव कुटुम्बकम' के मंत्र के साथ पूरी दुनिया को एक साथ लेकर आगे बढ़ने का संकल्प लें। #G20India https://youtu.be/VuQLi0_34vw
@mygovcoronanewsdesk · Post #11990 · 08.02.2023 г., 15:46
Come, Explore India's Digital Transformation Journey alongside the 1st DEWG Meeting and experience the Progress of Technology & latest innovations. 📍Lucknow 🗓13-15 Feb 🕑 2 PM onwards #G20DEWG#G20India
@mygovcoronanewsdesk · Post #11814 · 19.01.2023 г., 11:22
📣 Announcing! 1st Digital Economy Working Group Meeting taking place in Lucknow from February 13-15, 2023. #G20IndiaDEWG#G20India
Hashtags
@mygovcoronanewsdesk · Post #11494 · 01.12.2022 г., 10:34
India: the mother of democracy moving forward with a united voice and #JanBhagidari #G20India#NewIndia
Hashtags
@mygovcoronanewsdesk · Post #12033 · 12.02.2023 г., 11:57
"G20-DIA bringing Hon'ble PM Narendra Modi's dream to life" Be part of G20 #DigitalInnovationAlliance. Know more & Apply at: meitystartuphub.in/g20-dia/ #G20India#G20DEWG
@mygovcoronanewsdesk · Post #12321 · 13.03.2023 г., 05:19
Are you interested in creating digital innovations for the upliftment of societies? Participate in G20 #DigitalInnovationAlliance Visit: https://mygov.in/task/launch-applications-g20-digital-innovation-alliance/ #G20DIA#G20India
@mygovcoronanewsdesk · Post #11970 · 06.02.2023 г., 08:06
Calling startups in the field of #agritech & other sectors, developing digital solutions that can reduce the digital divide and boost the global economy for G20 #DigitalInnovationAlliance. Know more at https://mygov.in/task/launch-applications-g20-digital-innovation-alliance/ #G20India
@mygovcoronanewsdesk · Post #11991 · 09.02.2023 г., 06:26
The Digital Experience Centre & Digital India Exhibition scheduled alongside the 1st Meeting of #G20DEWG in Lucknow will be a learning opportunity for all #DigitalNagriks. See you there! #G20India
Hashtags