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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #83 · 11 мај

У строки в Python есть два очень похожих метода. На столько похожих что кажется они делают одно и тоже. Это метод isdigit() и isnumeric() Давайте посмотрим зачем нам два одинаковых метода? И так ли они одинаковы? Очевидно что isdigit() говорит нам, состоит ли строка только из чисел 0-9 >>> '12'.isdigit() True >>> '12x'.isdigit() False >>> '-12'.isdigit() False >>> '12.5'.isdigit() False Можно предположить что isnumeric() делает более глубокий анализ и распознаёт в строке float или отрицательное число. >>> '15'.isnumeric() True >>> '-15'.isnumeric() False >>> '15.2'.isnumeric() False Нет, всё так же как и с другим методом. В чем же тогда разница? Для начала посмотрим следующие примеры: >>> '5'.isdigit(), '5'.isnumeric() # Обычная цифра 5 # True, True >>> '꧕'.isdigit(), '꧕'.isnumeric() # Яванская 5 # True, True >>> '෩'.isdigit(), '෩'.isnumeric() # Синхала 3 # True, True >>> '৩'.isdigit(), '৩'.isnumeric() # Бенгальская 3 # True, True >>> '༣'.isdigit(), '༣'.isnumeric() # Тибетская 3 # True, True >>> '³'.isdigit(), '³'.isnumeric() # 3 верхний индекс (степень) # True, True >>> '𝟝'.isdigit(), '𝟝'.isnumeric() # Математическая двойная 5 # True, True >>> '๔'.isdigit(), '๔'.isnumeric() # Тайская 4 # True, True >>> '➑'.isdigit(), '➑'.isnumeric() # 8 в круге # True, True А теперь примеры в которых, по мнению Python, результаты не равны >>> '¾'.isdigit(), '¾'.isnumeric() # дробь три четверти # False, True >>> '⅕'.isdigit(), '⅕'.isnumeric() # дробь одна пятая # False, True >>> '𒐶'.isdigit(), '𒐶'.isnumeric() # клинопись 3 # False, True >>> '三'.isdigit(), '三'.isnumeric() # 3 из унифицированной идеограммы # False, True >>> '⑩'.isdigit(), '⑩'.isnumeric() # цифра 10 в круге # False, True >>> 'Ⅳ'.isdigit(), 'Ⅳ'.isnumeric() # Римская 4 # False, True >>> '𑇪'.isdigit(), '𑇪'.isnumeric() # Сенегальская архаическая 10 # False, True >>> '𐌢'.isdigit(), '𐌢'.isnumeric() # Этрусская цифра 10 # False, True >>> 'ↂ'.isdigit(), 'ↂ'.isnumeric() # Римская цифра 10000 # False, True >>> '〇'.isdigit(), '〇'.isnumeric() # Символ ККЯ ноль # False, True Получается, что isdigit() говорит нам, является ли символ десятичной цифрой или спецсимволом, имеющим цифирное значение после преобразования. В свою очередь isnumeric() включает все дополнительные символы юникода которые имеют отношения к числовым и цифровым представлениям. Ну и пара примеров в которых в обоих случаях символ не является числом, это эмодзи. >>> '🕙'.isdigit(), '🕙'.isnumeric() # эмодзи 10 часов # False, False >>> '7️⃣'.isdigit(), '7️⃣'.isnumeric() # эмодзи 7 # False, False Также есть еще один дополнительный и весьма полезный метод isdecimal(). Он нам сообщает, можно ли из указанного символа сделать простую десятичную цифру. То есть сработает ли метод int(x) >>> '෩'.isdecimal(), int('෩') # Синхала 3 # True, 3 >>> '➑'.isdecimal(), int('➑') # 8 в круге # False, ValueError Какие выводы? 🔸 При определении цифры в строке isdigit() подходит лучше чем isnumeric(), но оба не гарантируют успешную конвертацию в int 🔸 Для однозначного определения возможности преобразования строки в int лучше подходит метод isdecimal() 🔸 Для однозначного определения символов 0...9 лучше использовать regex Полный список символов юникода которые определяются как numeric #basic

Hashtags

Резултати

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

Пребарај: #lambo

当前筛选 #lambo清除筛选
TONlines – News

@tonlines · Post #7661 · 01.12.2025 г., 12:16

⚡️TON MemeRepublic: Lambo Week 2 Winner Announced #TON#LAMBO TON MemeRepublic reveals the winner of Lambo Week 2 as the LAMBO token, highlighting $100K in liquidity provisioning and $50K in purchases. Utilized through Swap Coffee, this involves DCA engine and liquidity deployment on STON.fi. The process will continue weekly with new tokens. Source: link @tonlines

Hashtags

TONlines – News

@tonlines · Post #7524 · 19.11.2025 г., 12:05

⚡️swap.coffee: $LAMBO Trading Competition Announcement #LAMBO#swap swap.coffee presents an exciting $LAMBO trading competition with a prize pool of $2,500. Participants can trade on swap.coffee or @swapi between November 19 and 21. Top traders and random participants have chances to win various prizes in $LAMBO and Lunar Snake Onyx Black gifts. Source: link @tonlines

Hashtags

TONlines – News

@tonlines · Post #7576 · 21.11.2025 г., 19:48

Last Call for Swap.Coffee Trading Competition! #LAMBO#trading Swap.coffee is hosting a $LAMBO trading competition with $2,500 in rewards. Less than 2 hours remain to join and trade for a chance to win through various prize categories, including random daily selections and top trading volume rewards. Source: link @tonlines

TONlines – News

@tonlines · Post #7618 · 25.11.2025 г., 18:11

swap.coffee: LAMBO Trading Competition Concludes #LAMBO#memerepublic The LAMBO trading competition hosted by swap.coffee has concluded, with all rewards now available in the Claim Center. Congratulations to the LAMBO team for securing 1st place in memerepublic. Source: link @tonlines

TONlines – News

@tonlines · Post #7633 · 27.11.2025 г., 14:12

⚡️TON MemeRepublic: Highlights from Week 2 #BeInCrypto#LAMBO BeInCrypto has published a comprehensive overview of TON MemeRepublic's second week, highlighting LAMBO's victory with significant community support. The dynamic leaderboard features POK, DICKSHOTI, OC & AMORE, while favorites like UTYA, DOGS, and REDO remain competitive amid new contenders. Source: link @tonlines

TONlines – News

@tonlines · Post #7549 · 20.11.2025 г., 16:51

swap.coffee: Last Chance to Win $LAMBO Prizes #LAMBO#swap_coffee Participants have until November 23 to hold their $LAMBO for a chance to win premium prizes on swap.coffee. The trading competition ends tomorrow, providing an opportunity to increase trading volume and earn rewards. Source: link @tonlines

TONlines – News

@tonlines · Post #7602 · 24.11.2025 г., 14:02

⚡️TON MemeRepublic: LAMBO Triumphs in Week 2 #LAMBO#DEX#memecoins TON MemeRepublic announces LAMBO as the winner of Week 2, awarding $100K after outstanding performance. Updates include a minimum 1% LP trading fee requirement and disqualification for unfounded accusations. Winners are supported with partnerships and guidance to scale their projects. Source: link @tonlines

Elf Crypto VIP

@elfcryptovip · Post #12659 · 11.05.2026 г., 10:34

📍 List of abbreviations commonly used in cryptocurrency trading: #ALTCOIN = Alternate cryptocurrency except bitcoin #SHITCOIN = A coin with no potential value or use #BEAR | #BEARISH = Negative price movement #BULL | #BULLISH = Positive price movement #LONG = Margin buy position #SHORT = Margin sell position #BTFD = Buy The Fucking Dip #DILDO = Long green or red candles 😆 #DYOR = Do Your Own Research #FA = Fundamental Analysis #TA = Technical Analysis #FOMO = Fear Of Missing Out #JOMO = Joy Of Missing Out #FUD = Fear Uncertainty & Doubt #HODL = Hold a position #MCAP = Market Capitalization #MOON = Continuous upward movement of price #OTC = Over The Counter #PUMP = Upward price movement #DUMP = To sell off a coin #REKT = When you have a bad loss #WHALE = Very wealthy trader/Market mover #AMA = Ask me anything #ATH = All Time High #ATL = All Time Low #DLT = Distributed ledger technology #IMO = In My Opinion #LAMBO = Lambo is symbol that becomes an elusive goal for most investors #NOOB = A person who is inexperienced #SAFU = Secure Asset Funds for Users #SHILL = Holder of altcoin who just wants to promote it for his own benefit ✅@ElfCryptoVIP