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

Резултати

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

Пребарај: #shareuniversity

当前筛选 #shareuniversity清除筛选
PT资讯频道

@PrivateTrackerNews · Post #911 · 22.09.2019 г., 06:28

2019/09/22 #开放注册 #OpenSignupTracker #国外PT 电报 @PT资讯频道 Telegram @privatetrackernews 新站北欧综合站 Tracker's Name: #Shareuniversity Genre: General Sign-up Link: https://shareuniversity.org/register/ Closing date: 9-28/2019 - 7.00 PM CEST / GMT+2 Additional information: Shareuniversity is a new nordic tracker. We have many groups and we'll guarantee the best content, with nordic subs and audio, all wrapped in a friendly community. 影视综合 Tracker's Name: Tazmania-Den Genre: General Sign-up Link: https://tazmania-den.net/account-signup.php Closing date: Soon! Additional information: Tazmania-Den is a Private Torrent Tracker for Movies / TV / General Releases. 影视综合 Tracker's Name: Milkie Genre: General Sign-up Link: https://milkie.cc/milk/General2019 Closing date: Additional information: A brand new site providing unpacked and 0day/0sec scene content with fast download speeds. Categories: Tv, Series, Movies, Apps, Games, Ebooks, Foreign stuffs. Join us and be part of our community. No rules, just enjoy. #OpenApplicationSignupTracker #开放申请注册 亚洲影视综合 Tracker's Name: #AvistaZ (Open for Application Signup) Genre: General Sign-up Link: https://avistaz.to/auth/apply Closing date: N/A Additional information: AvistaZ (AsiaTorrents) is an Asian Private Torrent Tracker for Asian Movies / TV / General Releases. 高清影视 Tracker's Name: #PrivateHD (Open for application signup) Genre: HD Sign-up Link: https://privatehd.to/auth/apply Closing date: Open for 48-72 hours Additional information: PrivateHD is a Private Torrent Tracker for HD Movies / TV Releases. Requirements At least one of your profiles must meet the following requirements to be considered: 500 GB upload Ratio of 1.0 or greater Account older than 3 months Show you are seeding on your profile proof screenshot Screenshots MUST be uncropped (Editing out passkeys and PIDs is allowed) It can take from a few hours to several days for an application to be reviewed. You need to be patient.