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

Резултати

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

Пребарај: #technology

当前筛选 #technology清除筛选
Нью's на минималках 🔞

@ragagazzetta · Post #231146 · 11.04.2026 г., 14:48

r/ #technology Умная гитара без струн изГонконга Инструмент Lava Genie от стартапа Lava Music считывает взмахи рукой и постукивания пальцами, переводя их в музыку.

Hashtags

Google Facts™ [ ️@googlefactss🌎]

@googlefactss · Post #40304 · 12.12.2025 г., 07:04

The first hard disk drive to reach the 1-gigabyte (GB) capacity weighed approximately 227-250 kgs (500 - 550 pounds) for the main unit. This device, the IBM 3380 direct access storage device, was announced by IBM in 1980. It was roughly the size of a refrigerator and carried a price tag of approximately $40,000. @googlefactss#technology

Hashtags

Google Facts™ [ ️@googlefactss🌎]

@googlefactss · Post #40274 · 07.12.2025 г., 23:01

The internet is estimated to weigh about 50 grams, equivalent to a strawberry, based on the weight of the electrons used in electricity for data transfer. This does not account for the much larger physical weight of servers, cables, and data centers that support its infrastructure. @googlefactss#technology [read more....]

Hashtags

Game of Drones

@droneswar · Post #9590 · 07.12.2024 г., 12:35

r/ #technology Грустная история на вечер: в Северной Калифорнии робот пылесос пытается найти свой дом после землетрясения Видимо, он отключился от своей базы во время стихии, а теперь потерялся.

Hashtags

Game of Drones

@droneswar · Post #9479 · 21.10.2024 г., 15:51

r/ #technology Будущие космические роботы уже здесь Эти самоорганизующиеся роботы GITAI потенциально могут построить будущую инфраструктуру на Марсе и за его пределами. Скорость не так важна в космосе. Но выполнение работы и работа имеют первостепенное значение.

Hashtags

Daily Channels

@dailychannels · Post #6703 · 23.02.2026 г., 01:00

Channel: Hustlers News Members: ~4.55K 💢 Username: @hustlers_news Description: Channel dedicated to post news. Official site: www.hustlers.ly 🏷 Tags: #technology https://lve.to/pvphboywru

Hashtags

Daily Channels

@dailychannels · Post #6524 · 05.12.2025 г., 01:00

Channel: AI Post — Artificial Intelligence news Members: ~992.41K 💢 Username: @aipost Description: The #1 AI news source! We cover the latest artificial intelligence breakthroughs and emerging trends. Contact: @CaptainJamesCook 🏷 Tags: #technology https://telegramchannels.me/channels/aipost

Hashtags

Daily Channels

@dailychannels · Post #6468 · 07.11.2025 г., 13:00

Channel: benedict cumberTech Members: ~1.27M 💢 Username: @cumbertech Description: ️the most valuable from the world of technologies, AI, crypto and innovational science buy ads: @cumberAds or https://telega.io/c/cumbertech 🏷 Tags: #technology https://telegramchannels.me/channels/cumbertech

Hashtags

Daily Channels

@dailychannels · Post #6429 · 21.10.2025 г., 01:00

Channel: Analytics and growth mindset ️ Members: ~7.75K 💢 Username: @thinkbroadly Description: Free data analytics courses with certificates, hot internships and jobs - everything that needed data analyst. Buy ads: @maria_v2022 🏷 Tags: #technology https://telegramchannels.me/channels/thinkbroadly

Hashtags

Daily Channels

@dailychannels · Post #6402 · 09.10.2025 г., 13:00

Channel: UXLINK Members: ~331.36K 💢 Username: @uxlink_community Description: UXLINK official channel 🏷 Tags: #technology https://telegramchannels.me/channels/uxlink_community

Hashtags

123•••10•••20•••30•••40•••4647
ПретходнаСтраница 1 од 47Следна