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

TGINSIGHT SIMILAR POSTS

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

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

Метод строки split() разделяет строку на несколько строк по указанному символу >>> "a_b_c".split('_') ['a', 'b', 'c'] Можно указать максимальное количество разделений >>> "a_b_c".split('_', 1) ['a', 'b_c'] Или резать с другой стороны с помощью rsplit() (right split) >>> "a_b_c".rsplit('_', 1) ['a_b', 'c'] А что будет если оставить аргументы пустыми? >>> "a_b_c".split() ['a_b_c'] Получаем список с одним элементом, потому что по умолчанию используется пробельный символ. >>> "a b c".split() ['a', 'b', 'c'] То есть это равнозначно такому вызову? >>> "a b c".split(" ") ['a', 'b', 'c'] Кажется да, но нет! Давайте попробуем добавить пробелов между буквами >>> "a b c".split(" ") ['a', '', '', 'b', '', '', 'c'] И вот картина уже не так предсказуема 😕 А вот что будет по умолчанию >>> "a b c".split() ['a', 'b', 'c'] Всё снова красиво! 🤩 По умолчанию в качестве разделителя используется любой пробельный символ, будь то табуляция или новая строка. Включая несколько таких символов идущих подряд. А также игнорируются пробельные символы по краям строки. >>> "a\t b\n c ".split() ['a', 'b', 'c'] Аналогичный способ можно собрать с помощью регулярного выражения. Но пробелы по краям строки придется обрабатывать дополнительно. >>> import re >>> re.split(r"\s+", ' a b c '.strip()) ['a', 'b', 'c'] Здесь тоже можно указать количество разделений >>> re.split(r"\s+", 'a b c', 1) ['a', 'b c'] А что если мы хотим написать красиво, то есть split() без аргументов, но при этом указать количество разделений? В этом случае первым аргументом передаём None >>> "a\n b c".split(None, 1) ['a', 'b c'] Данный метод не учитывает строки с пробелами, взятые в кавычки 'a "b c" '.split() ['a', '"b', 'c"'] Но для таких случаев есть другие способы. #tricks#basic

Резултати

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

Пребарај: #flow

当前筛选 #flow清除筛选
Coin Sonar

@CoinSonar · Post #244037 · 18.04.2026 г., 07:32

#FLOW | Volume spike (USDT PAIR) 9 times the average volume 140.32K USDT traded in 15 min └Buying vol: 101.79K USDT 🟢 Boost score: 1/10 24h Vol: 1.37M USDT (Binance) Price: 0.038 (-1.3% in 24h)

Hashtags

🎯🎯 Outstanding 451% Profit on #FLOW/USDT for all Premium Members 💹Here is the price chart of #FLOW/USDT - You can see the perfect Entry point of Premium members which resulted in huge profit - These are the benefits of being Premium member 👁‍🗨Contact @futurechief to enter the Premium Binance Futures/Bybit/Okex/Kucoin & SPOT Group for daily gain

Hashtags

Pro Analysis

@proanalysistrader · Post #28394 · 17.01.2025 г., 13:50

#FLOW/USDT analysis : #FLOW has broken out above the 200 EMA and has retraced back to it. The price is currently in a correction phase, consolidating sideways over the support zone. The price has rebounded and broken out of the trendline. Now, the price is expected to resume its bullish momentum and test higher levels. TF : 1D Entry : $0.798 Target : $1.271 SL : $0.620

Hashtags

American Crypto©

@americancryptotrading · Post #27166 · 25.02.2025 г., 13:36

🇺🇸#FLOW/USDT is attempting to bounce from the lowerborder of the descendingtriangle pattern on the weekly timeframe💁‍♂️ Looking for a recovery🚀 American Crypto©

Hashtags

Binance crypto champions

@binancecryptochampions · Post #2570 · 05.08.2025 г., 06:05

✴️Free signal-Futures ✴️ ⚡️⚡️#FLOW/USDT⚡️⚡️ Exchanges: Binance Futures, ByBit USDT, KuCoin Futures Signal Type: Regular (Long Leverage: Cross (10.0x) Entry Targets: 1) 0.364 2) 0.353 Take Profit Targets: 1) 0.368 2) 0.374 3) 0.381 Stop Targets: 1) 0.345 🌱 Published By: @Trading_exp🌱

Hashtags

Binance crypto champions

@binancecryptochampions · Post #2463 · 04.07.2025 г., 07:31

✴️Free signal-Futures ✴️ ⚡️⚡️#FLOW/USDT⚡️⚡️ Exchanges: Binance Futures, ByBit USDT, KuCoin Futures Signal Type: Regular (Long Leverage: Cross (10.0x) Entry Targets: 1) 0.332 2) 0.317 Take Profit Targets: 1) 0.335 2) 0.344 3) 0.354 Stop Targets: 1) 0.310 🌱 Published By: @Trading_exp🌱

Hashtags

123•••101112
ПретходнаСтраница 1 од 12Следна