TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #156 · 2 окт.

Те, кто в Python не первый день, хорошо знают, что на число можно умножить не только число, но и другие типы. Главное, чтобы у этих типов была реализация такой операции. # list >>> [1] * 3 [1, 1, 1] # tuple >>> (2, 3) * 3 (2, 3, 2, 3, 2, 3) # string >>> "A" * 3 "AAA" Так работает полиморфизм стандартных типов. Интересно здесь то, что это сработает и в том случае, когда порядок операндов обратный. То есть int умножить на [тип]. # list >>> 3 * [1] [1, 1, 1] # tuple >>> 3 * (2, 3) (2, 3, 2, 3, 2, 3) # string >>> 3 * "A" "AAA" Если хотите реализовать такое поведение в ваших классах то следует помнить два момента: 1. Если множитель справа, то вам нужно реализовать метод __mul__, наш класс это первый операнд, то есть слева. myType * 3 2. Если множитель слева, то вам нужно реализовать метод __rmul__, наш класс это второй операнд, справа. 3* myType Всё тоже самое можно делать и для других математических операторов. И если в этом примере действие и результат будут фактически одинаковыми, то бывают ситуации, когда это не так. Например, при умножении матриц имеет значение порядок операндов. Для других операторов, таких как деление или сдвиг, очень важно кто с какой стороны находится. >>> 2/4, 4/2 (0.5, 2.0) >>> 2<<3, 3<<2 (16, 12) >>> 100%15, 15%100 (10, 15) #tricks#basic

Резултати

Пронајдени 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Следна