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

Резултати

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

Пребарај: #evox

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

@NothingPhone2Updates · Post #704 · 08.01.2026 г., 21:09

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.4.2 - Device: #Pong - Released: 08/01/26 ⬇️ Download: ROM 📖 Changelogs: Here 🆘 Support: Discord | Telegram 🏷 Tags: #AOSP#ROM#EvoX#Official ✍️Notes: - Use latest NOS 3 firmware! Not 4.0 - Use OrangeFox recovery to install if sideloading! - Gapps is included, do not flash again - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & Ghost & HELLBOY for Glyph - HELLBOY for Meteoric Kernel 👤 Maintainer: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #678 · 24.09.2025 г., 04:14

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.2 - Device: #Pong - Released: 23/09/25 ⬇️ Downloads: ROM | Recovery Image ⚙️ Flashing Instructions: Here 📖 Changelogs: Here 🆘 Support: Here 🏷 Tags: #AOSP#ROM#EvoX#Official ✍️Notes: - Gapps is included, do not flash again - Use latest NOS 3 firmware - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & HELLBOY for Glyph - HELLBOY for Meteoric Kernel 👤 Maintainer: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #734 · 26.04.2026 г., 08:16

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.6.4 - Device: #Pong - Released: 26/04/26 ⬇️ Download: Gapps | Vanilla 🛟 Recovery: Here 📖 Changelogs: Here 🆘 Support: Discord | Telegram 🏷 Tags: #AOSP#ROM#EvoX#Official#QPR2 ✍️Notes: - Firmware is included! (NOS 4.0) - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & Ghost & HELLBOY for Glyph 👤 Dev: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #732 · 17.04.2026 г., 08:52

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.6.3 - Device: #Pong - Released: 17/04/26 ⬇️ Download: Gapps | Vanilla 🛟 Recovery: Here 📖 Changelogs: Here 🆘 Support: Discord | Telegram 🏷 Tags: #AOSP#ROM#EvoX#Official#QPR2 ✍️Notes: - Firmware is included! (NOS 4.0) - Gapps is included, do not flash again - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & Ghost & HELLBOY for Glyph 👤 Dev: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #722 · 13.03.2026 г., 10:00

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.6.2 - Device: #Pong - Released: 12/03/26 ⬇️ Download: Gapps | Vanilla 🛟 Recovery: Here 📖 Changelogs: Here 🆘 Support: Discord | Telegram 🏷 Tags: #AOSP#ROM#EvoX#Official#QPR2 ✍️Notes: - Firmware is included! (NOS 4.0) - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & Ghost & HELLBOY for Glyph 👤 Maintainer: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #718 · 01.03.2026 г., 01:39

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.6.1 - Device: #Pong - Released: 28/02/26 ⬇️ Download: Gapps | Vanilla 🛟 Recovery: Here 📖 Changelogs: Here 🆘 Support: Discord | Telegram 🏷 Tags: #AOSP#ROM#EvoX#Official#QPR2 ✍️Notes: - Firmware is included! (NOS 4.0) - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & Ghost & HELLBOY for Glyph 👤 Maintainer: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #631 · 10.06.2025 г., 05:42

Evolution X - Official | Android 15 | Nothing Phone (2) 📝 Details: - Version: v10.7 - Device: #Pong - Released: 09/06/25 ⬇️ Downloads: ROM | Recovery Image ⚙️ Flashing Instructions: Here 📖 Changelog: Here 🆘 Support: Here 🏷 Tags: #AOSP#ROM#QPR2#EvoX#Official ✍️Notes: - Gapps is included, do not flash again! - Use latest NOS 3 firmware - Dolby is included - Clean Flash is required from 10.3 or lower 🏆Credits: - Chandu for base DT - Ghost for Dolby and additional fixes - Fabian & HELLBOY for Glyph - HELLBOY for Meteoric Kernel 👤 Maintainer: @Superuser1958 🐙 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #613 · 14.05.2025 г., 09:12

Evolution X - Official | Android 15 | Nothing Phone (2) 📝 Details: - Version: v10.6 - Device: #Pong - Released: 14/05/25 ⬇️ Downloads: ROM | Recovery Image ⚙️ Flashing Instructions: Here 📖 Changelogs: Here 🆘 Support: Here 🏷 Tags: #AOSP#ROM#QPR2#EvoX#Official ✍️Notes: - Gapps is included, do not flash again! - Use latest NOS 3 firmware - Dolby is included - Clean Flash is required for this update 🏆Credits: - Chandu for base DT - Ghost for Dolby and additional fixes - Fabian & HELLBOY for Glyph - HELLBOY for Meteoric Kernel 👤 Maintainer: @Superuser1958 🐙 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #715 · 18.02.2026 г., 17:58

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.5.3 - Device: #Pong - Released: 18/02/26 ⬇️ Download: Gapps | Vanilla 🛟 Recovery: Here 📖 Changelogs: Here 🆘 Support: Discord | Telegram 🏷 Tags: #AOSP#ROM#EvoX#Official#QPR1 ✍️Notes: - Final QPR1 Build - Firmware is included! (NOS 4.0) - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & Ghost & HELLBOY for Glyph 👤 Maintainer: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #712 · 03.02.2026 г., 07:24

Evolution X - Official | Android 16 | Nothing Phone (2) 📝 Details: - Version: v11.5.2 - Device: #Pong - Released: 03/02/26 ⬇️ Download: Gapps | Vanilla 🛟 Recovery: Here 📖 Changelogs: Here 🆘 Support: Discord | Telegram 🏷 Tags: #AOSP#ROM#EvoX#Official#QPR1 ✍️Notes: - Firmware is included! (NOS 4.0) - Sideloading/USB in recovery works as intended now - Gapps is included, do not flash again - Dolby is included 🏆Credits: - Ghost and Chandu for DT - Fabian & Ghost & HELLBOY for Glyph - HELLBOY for Kernel base 👤 Maintainer: @Superuser1958 💬 Chat: @NothingPhone2 🔔 Updates: @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #566 · 22.02.2025 г., 08:15

Evolution X - Official | Android 15 | Nothing Phone (2) 📝 Details: - Version: v10.3 - Device: #Pong - Released: 22/02/25 ⬇️ Downloads: ROM | Recovery Image ⚙️ Flashing Instructions: Here 📖 Changelogs: Here 🆘 Support: Here 🏷 Tags: #AOSP#ROM#QPR1#EvoX#Official ✍️Notes: - Gapps is included, do not flash again! - Firmware is included - Dolby is included 🏆Credits: - Chandu for base DT - Ghost for Dolby and additional fixes - Fabian & HELLBOY for Glyph - HELLBOY for Meteoric Kernel 👤 Maintainer: @Superuser1958 🐙 Chat @NothingPhone2 🔔 Updates @NothingPhone2Updates

Nothing Phone (2) | Updates

@NothingPhone2Updates · Post #536 · 29.01.2025 г., 12:04

Evolution X - Official | Android 15 | Nothing Phone (2) 📝 Details: - Version: v10.2 - Device: #Pong - Released: 29/01/25 ⬇️ Downloads: ROM | Recovery Image ⚙️ Flashing Instructions: Here 🆘 Support: Here 🏷 Tags: #AOSP#ROM#QPR1#EvoX#Official ✨Changelogs - Add DeviceExtras - Switch to meteoric kernel - fix glyph interface failing to work randomly - enable adjusting volume steps - [ROM] Implement JSON style Play Integrity Fix ✍️Notes: - Gapps is included, do not flash again! - Firmware is included - Dolby is included - Latest PIF app (Not needed if using JSON play integrity fix) 🏆Credits: - Chandu for base DT - Ghost for Dolby - Fabian & HELLBOY for Glyph - HELLBOY for Meteoric Kernel 👤 Maintainer: @Superuser1958 🐙 Chat @NothingPhone2 🔔 Updates @NothingPhone2Updates

12
ПретходнаСтраница 1 од 2Следна