@MyGovCoronaNewsdesk · Post #13368 · 27.03.2025 г., 11:24
India’s Data Revolution: From 590 MW to 1.4 GW in 5 Years! Backed by $6.5B investments, India is emerging as a global data powerhouse. #DigitalIndia
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
Пребарај: #digitalindia
@MyGovCoronaNewsdesk · Post #13368 · 27.03.2025 г., 11:24
India’s Data Revolution: From 590 MW to 1.4 GW in 5 Years! Backed by $6.5B investments, India is emerging as a global data powerhouse. #DigitalIndia
Hashtags
@mygovcoronanewsdesk · Post #11791 · 16.01.2023 г., 15:21
With the rapid adoption of the internet, now is the time for #DigitalIndia to follow appropriate cyber security measures and stay aware! Visit to know more: mygov.in/staysafeonline/
Hashtags
@mygovcoronanewsdesk · Post #11712 · 08.01.2023 г., 05:42
👆With the rapid adoption of the internet, now is the time for #DigitalIndia to follow appropriate cyber security measures and stay aware! Visit to know more: mygov.in/staysafeonline/
Hashtags
@mygovcoronanewsdesk · Post #11708 · 07.01.2023 г., 11:32
👆With rapid adoption of internet, now is the time for #DigitalIndia to follow appropriate cyber security measures and stay aware! Visit to know more: mygov.in/staysafeonline/
Hashtags
@MyGovHindi · Post #7337 · 27.03.2025 г., 11:25
भारत में डेटा क्रांति: 5 साल में 590 MW से 1.4 GW तक की छलांग! $6.5 अरब के निवेश के साथ, भारत एक वैश्विक डेटा पावरहाउस बन रहा है। #DigitalIndia
Hashtags
@MyGovHindi · Post #7251 · 02.09.2024 г., 06:07
कैशलेस इकोनॉमी की ओर तेजी से अग्रसर नया भारत।। 🇮🇳 #DigitalIndia #NewIndia
Hashtags
@mygovcoronanewsdesk · Post #12112 · 19.02.2023 г., 16:29
#DigitalIndia#UPI
Hashtags
@mygovcoronanewsdesk · Post #12111 · 19.02.2023 г., 16:20
#DigitalIndia#UPI
Hashtags
@mygovcoronanewsdesk · Post #12105 · 19.02.2023 г., 06:06
#DigitalIndia#UPI
Hashtags
@MyGovHindi · Post #7179 · 01.07.2024 г., 12:30
#DigitalIndia #9YearsOfDigitalIndia
@MyGovHindi · Post #7178 · 01.07.2024 г., 11:31
#DigitalIndia #9YearsOfDigitalIndia
@MyGovHindi · Post #7177 · 01.07.2024 г., 10:30
#DigitalIndia #9YearsOfDigitalIndia