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

Резултати

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

Пребарај: #everestos

当前筛选 #everestos清除筛选
Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #438 · 16.09.2024 г., 13:33

ProjectEverest - Official | A14 | Nothing Phone 2 ✍️ Details: - Version: 1.6 - Lukla - Codename: #Pong - Released: 16-09-2024 🔽 Download : Here ⚙️ Installation: Here ✨ Changelogs: Source | Device 🆘 Support: Here 📸 Screenshots: Here ❗️ Tags : #ROM#AOSP#Official#EverestOS#QPR3#U#NothingPhone2 ✍️ Notes: - Gapps is included. Do not flash again - Clean flash mandatory. - Meteoric kernel is baked in with prepatched KSU 🏆 Credits: - Chandu for trees - Hellboy for kernel - Fabian & Hellboy for PA Glyph Implementation 😎 Maintainer: @dhruvesh_23 🔔 Updates: @NothingPhone2Updates 💬 Chat: @NothingPhone2

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #418 · 01.09.2024 г., 08:42

ProjectEverest - Official | A14 | Nothing Phone 2 ✍️ Details: - Version: 1.5 - Lukla - Codename: #Pong - Released: 01-09-2024 🔽 Download : Here ⚙️ Installation: Here ✨ Changelogs: Source | Device 🆘 Support: Here 📸 Screenshots: Here ❗️ Tags : #ROM#AOSP#Official#EverestOS#QPR3#U#NothingPhone2 ✍️ Notes: - Gapps is included. Do not flash again - Clean flash mandatory. - Gki kernel is baked in with prepatched KSU. 🏆 Credits: - Chandu for trees - Fabian for PA Glyph Implementation 😎 Maintainer: @dhruvesh_23 🔔 Updates: @NothingPhone2Updates 💬 Chat: @NothingPhone2

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #409 · 26.08.2024 г., 19:14

ProjectEverest - Official | A14 | Nothing Phone 2 ✍️ Details: - Version: 1.5 - Lukla - Codename: #Pong - Released: 26-08-2024 🔽 Download : Here ⚙️ Installation: Here ✨ Changelogs: Source 🆘 Support: Here 📸 Screenshots: Here ❗️ Tags : #ROM#AOSP#Official#EverestOS#QPR3#U#NothingPhone2 ✍️ Notes: - Gapps is included. Do not flash again - Clean flash mandatory. - Gki kernel is baked in with prepatched KSU. 🏆 Credits: - Chandu for trees - Fabian for PA Glyph Implementation 👤 Maintainer: @dhruvesh_23 🔔 Updates: @NothingPhone2Updates 💬 Chat: @NothingPhone2

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #368 · 27.07.2024 г., 17:11

ProjectEverest - Official | A14 | Nothing Phone 2 ✍️ Details: - Version: 1.3 - Tenzing - Codename: #Pong - Released: 27-07-2024 🔽 Download : Here ⚙️ Installation: Here ✨ Changelogs: Source | Device 🆘 Support: Here 📸 Screenshots: Here ❗️ Tags : #ROM#AOSP#Official#EverestOS#QPR3#U#NothingPhone2 ✍️ Notes: - Gapps is included. Do not flash again. - Meteoric kernel is baked in with prepatched KSU. 🏆 Credits: - Chandu for base device tree - HellboyforMeteoric kernel - Fabian for PA Glyph Implementation 😎 Maintainer: @dhruvesh_23 🔔 Updates: @NothingPhone2Updates 💬 Chat: @NothingPhone2

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #357 · 18.07.2024 г., 06:37

EverestOS - Community | A14 | Nothing Phone (2) ✍️ Details: - Version: 1.3 - Tenzing - Codename: #Pong - Released: 18/07/2024 🔽 Download : Recovery ⚙️ Installation: Here 📸 Screenshots: Here ❗️ Tags : #ROM#GAPPS#Community#EverestOS#QPR3#U#NothingPhone2 ✨ Changelog - Initial Build - Blobs from NOS 2.6.0 - Fixed Status Bar Padding ✍️ Notes - Pixel launcher already included - Stable Signed Build - Meteoric kernel is baked in with prepatched KSU. - Dolby Atmos Included 🏆 Credits - Chandu for base device tree - AgBKartikey and Hellboy for help - HellboyforMeteoric kernel - Fabian for PA Glyph Implementation 😎 Maintainer: @samrth012 🔔 Updates: @NothingPhone2Updates 💬 Chat: @NothingPhone2