@TestFlightX · Post #34624 · 16.11.2024 г., 04:32
#DOWNTOWN#DEALS https://testflight.apple.com/join/TQZxKrK4
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
Пребарај: #deals
@TestFlightX · Post #34624 · 16.11.2024 г., 04:32
#DOWNTOWN#DEALS https://testflight.apple.com/join/TQZxKrK4
@DESI_MEMES_Funny_Jokes · Post #7089 · 01.05.2025 г., 17:05
Great Summer Sales from tomorrow!! Join now and get notified to exciting and jaw-dropping #deals and #loots🔥 https://t.me/+tNuUiQLlNNIzZGFl https://t.me/+tNuUiQLlNNIzZGFl
@bulcoin_blc · Post #299 · 13.03.2026 г., 10:00
How the deal will be conducted in BLC Market We continue to showcase the interface of the upcoming BLC Market app. Today — how the deal between the client and the contractor will take place. When the client selects a contractor, a deal is created within the platform. The process looks like this: • the client creates a deal • funds are blocked within the platform • the contractor performs the work • after confirmation, the result is transferred to the client • funds are transferred to the contractor Such a system allows to protect both parties of the deal and reduce the risk of fraud. All calculations within the platform will be conducted using BLC without commission, or with the token chosen by the user, for a commission - which will go to the BLC liquidity pool. In the following posts we will show: • how the arbitration system works • what happens if a dispute arises • how users can protect their interests Early access to interface testing is granted to Pioneers participants. #tasks#freelance#deals
Hashtags
@bulcoin_blc · Post #294 · 10.03.2026 г., 10:00
How the task search will work in BLC Market We continue to demonstrate the interface of the future BLC Market application. Today - how users will be able to find tasks and performers. The application will have a convenient search, where you can: • view available tasks • filter by categories • search by keywords • choose tasks by budget Each task will have a card with a description, price, and completion time. Performers will be able to quickly find suitable tasks and send their proposals to customers. This creates a full-fledged service market where customers and performers can interact directly. In the following posts, we will show: • how a deal is made within the platform • how deal protection works • how crypto-arbitrage will be arranged Early access to interface testing is given to Pioneers participants. #tasks#freelance#deals FAQ | BUY
Hashtags
@hanzichen · Post #706 · 11.05.2025 г., 17:13
AppSumo A platform that offers lifetime deals on software and digital tools for entrepreneurs, developers, and small businesses. AppSumo helps you discover new and useful apps at heavily discounted prices — often one-time payments instead of recurring subscriptions. 🔗 Links: - Website - Softwares - YouTube - Blog ❗️Friendly reminder: If you find it useful, You may star the repo/app, donate to the developer, or perhaps you may also contribute to the development of this project. 🏷 Tags: #Website#Deals#LifetimeDeals
Hashtags
@DESI_MEMES_Funny_Jokes · Post #5423 · 11.10.2024 г., 12:28
🌟EAR BUDS @ ₹39🌟 🔥LOOT DEAL OF THE DAY🔥 🛍Grab fast before it gets Out of stock. Get similar deals in future by joiningLoot Indian Deals🛍 🔰Note- Check all deals instantly 🔰 #Loots#Indian#Deals#offers
@appstoredeals · Post #739 · 23.05.2024 г., 11:13
FREE GAME❗💥 🔹 Anti Pong is now free for a limited time❗ (was $0.99) ✨ Avoid The Ball! ❌ ENDEDhttps://apple.co/3wCZ667 💬great twist on a classic game. enjoy local multiplayer and smooth dark mode. highly recommended! ⚡️Boost🔸@AppStoreDeals#apple#deals#free#apps
@dailychannels · Post #6760 · 20.03.2026 г., 13:00
Channel: Amazon.com USA Deals Members: ~3.15K 💢 Username: @dealsunlimitedusa Description: Great selection of the best Amazon.com deals every day! 🏷 Tags: #shop #amazon#amazon.com #shopping#sales#deals https://lve.to/4glrsiawix
@googlefactss · Post #40064 · 11.11.2025 г., 06:01
Singles’ Day ✨🛍️ November 11 (11.11) — the date’s four "1"s symbolize single life. What began in the 1990s as a playful “anti-Valentine’s” celebration in China has grown into one of the largest shopping days in the world! @googlefactss [Read more] #SinglesDay #1111 #SelfCare#ShopSmart#Deals#November11#FunFacts#History
@yepuz · Post #11407 · 24.09.2025 г., 17:38
Trump and Mirziyoyev exchanged compliments in New York, discussed multi-billion dollar deals, and extended invitations for further cooperation (meeting video analysis). https://yep.uz/en/2025/09/trump-mirziyoyev-compliments-deals-samarkand/ #trump#mirziyoyev#uzbekistan#samarkand#deals#nyc#un#news#cooperation