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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #32 · 7 фев.

Скорее всего уже слышали, что складывать строки через + это плохая практика. Падение производительности, и всё такое. Без лишних слов, давайте измерять: from timeit import timeit def t1(): # складываем 10 строк через + из переменной t = 'text' for _ in range(1000): s = t + t + t + t + t + t + t + t + t def t2(): # склеиваем список строк через метод join arr = ['text'] * 10 for _ in range(1000): s = ''.join(arr) def t3(): # складываем через + но не из переменной а непосредственно инлайн объекты for _ in range(1000): s = 'text' + 'text' + 'text' + ... # всего 10 раз Теперь каждую строку склейки запустим по 10М раз >>> timeit(t1, number=10000) 0.21951690399964718 >>> timeit(t2, number=10000) 1.4978306379998685 >>> timeit(t3, number=10000) 0.2213820789993406 Хм, а нам говорили что через "+" это плохо и медленно ))) 😁 Тут стоит учитывать, что речь идёт о склейке множества длинных строк. Давайте изменим условия: def t4(): t = 'text'*100 for _ in range(1000): s = t + t + t + t + t + t + t + t + t def t5(): arr = ['text'*100] * 10 for _ in range(1000): s = ''.join(arr) def t6(): for _ in range(1000): s = 'text'*100 + 'text'*100 + ... # всего 10 раз >>> timeit(t4, number=10000) 12.795130728000004 >>> timeit(t5, number=10000) 2.642637542999182 >>> timeit(t6, number=10000) 0.2184546610005782 Вот, уже другой разговор, сразу видна разница, в среднем в 6 раз. Но погодите, почему последний тест t6() по скорости такой же как и t3()? Ведь строки теперь в 100 раз длиннее! Это вопросы оптимизации кода, какие простые изменения ускоряют или замедляют выполнение программы. Мы столкнулись с примером обхода обращения к переменной. Например, именно так работает директива #define в С++, во время компиляции подставляя значение переменной вместо ссылки на неё. В Python это тоже работает, но часто ли вы сможете встретить такой способ работы со строками? К сожалению, способ почти только теоретический. В целом, тесты показали то, что мы хотели. Делаем выводы самостоятельно. Полный листинг 🌍 #tricks

Резултати

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

Пребарај: #lever

当前筛选 #lever清除筛选
Pro Analysis

@proanalysistrader · Post #28539 · 13.03.2025 г., 16:19

#LEVER/USDT analysis : #LEVER is in a downtrend, trading below the 200 EMA. The price is testing the resistance zone and is anticipated to decline from there and test lower levels. TF : 1H Entry : $0.000895 Target : $0.000814 SL : $0.000950

Hashtags

Pro Analysis

@proanalysistrader · Post #28493 · 22.02.2025 г., 12:38

#LEVER/USDT analysis : #LEVER is currently testing the previously respected resistance zone. A rejection is anticipated from this level, and it is expected that the price will subsequently test the previous swing low. TF : 2h Entry : $0.001405 Target : $0.001282 SL : $0.001487

Hashtags

Pro Analysis

@proanalysistrader · Post #28326 · 08.12.2024 г., 12:51

#LEVER/USDT analysis : #LEVER is currently in a correction phase within an overall uptrend, retracing back to the 200 EMA support zone. The price is expected to test this zone and bounce back, which would allow it to continue its bullish momentum and potentially test previous highs. TF : 2H Entry : $0.002570 Target : $0.002910 SL : $0.002384

Hashtags

Pro Analysis

@proanalysistrader · Post #27878 · 26.08.2024 г., 15:26

#LEVER/USDT analysis : #LEVER is currently rejecting from the resistance zone. A decline in price is expected to be seen soon until the previous lows are tested. TF : 4H Entry : $0.00214 Target : $0.00180 and $0.00166 SL : $0.00238

Hashtags

Pro Analysis

@proanalysistrader · Post #27813 · 07.08.2024 г., 10:29

#LEVER/USDT analysis : #Lever has broken out and retested the previous resistance zone. It is now ready to move upside and test the previous swing high. TF : 15min Entry : $0.00171 Target : $0.00176 SL : $0.00167

Hashtags

Pro Analysis

@proanalysistrader · Post #27727 · 04.07.2024 г., 16:13

#LEVER/USDT analysis - #LEVER has broken down below the support level with strong bearish momentum. Wait for the price to retest the broken zone for a short entry. The previous low will be tested. TF : 4h Entry : $0.00245 Target : $0.00199 SL : $0.00264

Hashtags

Pro Analysis

@proanalysistrader · Post #27690 · 21.06.2024 г., 13:42

#LEVER/USDT analysis - #LEVER is currently trading in a downtrend on the higher time frame. The price is currently going through a sideways correction phase. Price is currently trading near the 200 EMA and is expected to reject from there to decline further. The previous low is expected to be tested. TF : 30min Entry : $0.00218 Target : $0.00199 SL : $0.00229

Hashtags

Pro Analysis

@proanalysistrader · Post #27668 · 17.06.2024 г., 10:22

#LEVER/USDT analysis - #LEVER is currently in a downtrend, establishing new lows while trading below the 200EMA. The price is currently rejecting from the 200EMA and resistance zone after a corrective pullback. Price is likely to continue its downward momentum. Further declines are expected to test new lows. TF : 30min Entry : $0.00250 Target : $0.00214 SL : $0.00277

Hashtags

American Crypto©

@americancryptotrading · Post #27177 · 07.03.2025 г., 19:18

🇺🇸#LEVER/USDT is maintaining position above the supportzone on the 3D timeframe🔍 Time to bounce✈️ American Crypto©

Hashtags

Crypto

@signal_bitcoins · Post #2173 · 04.01.2024 г., 13:53

#LEVER filled the Demand zone on 8H time frame,we expect another pump from this area,send it💎 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️

Hashtags

GG-Shøt. Indicator & Signals

@doublegtrading · Post #7780 · 29.08.2025 г., 14:12

🔫Double Kill: #LEVER & #PYTH Yesterday bot dropped two longs. Today both detonated with +1000% profit (10x lev)in just one day. • LEVER → +1284% • PYTH → +1086% ___ 📊Full stats for both strategies are on the screenshot ^^ 🔍

Hashtags

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