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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #254 · 11 јун.

Тип строки в Python имеет очень много удобных методов. Сегодня пост про два таких метода которые чаще всего используются "однобоко". Это методы startswith() и endswith() Самый обычный сценарий использования — проверка, начинается ли строка с указанной подстроки? >>> "some_string".startswith("some") True И аналогичная ситуация с зеркальным вариантом этой функции, проверка совпадения с конца >>> "some_string".endswith("some") False Так они используются в большинстве случаев что я видел. Но у этих функций есть еще два варианта использования. 🔸Сравнение нескольких подстрок Для проверки нескольких подстрок в одной строке обычно вызывают эти функции несколько раз. Но на самом деле достаточно передать кортеж со всеми строками один раз. Если будет хоть одно совпадение то функция вернёт True. >>>"my_image.png".endswith(("jpg", "png", "exr")) True 🔸Диапазон поиска Вторым аргументом можно передать индекс символа с которого следует начать сравнение, а третий аргумент это индекс последнего символа. >>> ".filename.ext".startswith("file", 1) True >>> "file_###.ext".endswith('#', 0, -4) True Индексы можно указать отрицательными, что означает отсчёт с конца. #trics#basic

Hashtags

Резултати

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

Пребарај: #globalcommerce

当前筛选 #globalcommerce清除筛选
Crypto M - Crypto News

@CryptoM · Post #64457 · 09.04.2026 г., 01:01

🚀 CZ's Five-Year Vision: Crypto Becomes Ambient Finance Speaking on The Wolf of All Streets Podcast, Binance co-founder Changpeng Zhao (CZ) said he expects crypto to become invisible infrastructure within five years — used universally without being discussed as a distinct technology, in the same way the internet's underlying protocols are no longer part of everyday conversation. He said AI agents will be substantial users of crypto, and that the growing demand for global commerce applications requiring cross-border payments will further accelerate blockchain adoption. CZ also described his post-Binance identity as that of a mentor and coach to other founders, and said he is "actually quite lucky and quite happy to have been forced to step down," framing the transition as creating space for others to grow. He said he wants to dedicate his energy to helping the next generation of founders. #CZ#Binance#crypto#blockchain#AI#crossborderpayments#globalcommerce#ambientfinance#mentor#founders#leadership#BNB