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

Резултати

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

Пребарај: #accountabstraction

当前筛选 #accountabstraction清除筛选
TokenPocket

@tokenpocket_channel · Post #900 · 09.11.2023 г., 07:27

🔥 Create your FIRST AA Smart Wallet on TokenPocket! #AccountAbstraction ✅ No seed phrase worries. ✅ Without Gas concerns. ✅ Easy-to-Use. ✅ Seamless decentralized experience. Tutorial 👉https://tokenpocket-gm.medium.com/create-the-aa-wallet-on-tokenpocket-8132b4ed5d87 Download Your TokenPocket 👉https://www.tokenpocket.pro/ 【Details】https://twitter.com/TokenPocket_TP/status/1722515584640856575 【Powered By】Crypto Box

TokenPocket

@tokenpocket_channel · Post #898 · 07.11.2023 г., 15:10

📣Create the AA Wallet on TokenPocket_TP! 🫡 Ready for the next billion users to join Web3! #AccountAbstraction is one of the best solutions to address the limitations of current EOA wallets, while also bringing more flexibility and operability to the Web3 wallets. 📱TokenPocket Android version now has launched AA Wallet, bringing more Web 3.0 possibilities to crypto users. Here is the tutorial to guide you on how to start your AA journey on #TokenPocket!👇 https://medium.com/@tokenpocket-gm/create-the-aa-wallet-on-tokenpocket-8132b4ed5d87 🔥Ready your TokenPocket AA Wallet! 🚀Ready for the upcoming surprise for TP users! 【Details】https://twitter.com/TokenPocket_TP/status/1721907394614321592 【Powered By】Crypto Box

TokenPocket

@tokenpocket_channel · Post #897 · 07.11.2023 г., 15:09

📣Create the AA Wallet on TokenPocket_TP! 🫡 Ready for the next billion users to join Web3! #AccountAbstraction is one of the best solutions to address the limitations of current EOA wallets, while also bringing more flexibility and operability to the Web3 wallets. 📱TokenPocket Android version now has launched AA Wallet, bringing more Web 3.0 possibilities to crypto users. Here is the tutorial to guide you on how to start your AA journey on #TokenPocket!👇 https://medium.com/@tokenpocket-gm/create-the-aa-wallet-on-tokenpocket-8132b4ed5d87 🔥Ready your TokenPocket AA Wallet! 🚀Ready for the upcoming surprise for TP users! 【Details】https://twitter.com/TokenPocket_TP/status/1721907267526877416 【Powered By】Crypto Box

TokenPocket

@tokenpocket_channel · Post #857 · 20.10.2023 г., 10:18

🚀Bringing the next billion users into Web3! TokenPocket_TP Account Abstraction has offered us a new path for advancement. ❓What is Account Abstraction? ❓How can it transform our Web3 experience? Here's the ultimate beginner's guide to help you grasp and explore Account Abstraction to the fullest.👇👇 #AccountAbstraction#TokenPocket https://tokenpocket-gm.medium.com/account-abstraction-e9cc59a7d6a3 【Details】https://twitter.com/TokenPocket_TP/status/1715310984003555418 【Powered By】Crypto Box

UXLINK

@uxlink_community · Post #371 · 28.03.2025 г., 03:19

🚀 Exciting updates: UXLINK One account growth has exploded from 160K to 500,000+ in under 10 days! 💥 💰 Over 6,000,000 $UXLINK deposited as OAOG protocol’s universal gas 📈 Daily transactions: 10,000+ | Total transactions: ~1,000,000 This is what global community power looks like! 🌍✨ Thank you for trusting us to redefine #Web3. Chain & account abstraction are revolutionizing user experiences—smoother, safer, and simpler for everyone. As the world’s largest #Web3 social platform & infrastructure, we’re building the SOCIAL FOUNDATION for mass adoption. 💪The future is here—let’s shape it together! 🎉#UXLINK#MassAdoption#Web3Infrastructure#AccountAbstraction

TokenPocket

@tokenpocket_channel · Post #896 · 07.11.2023 г., 12:12

🆕We just released TokenPocket’s New Version on Android. 🔺1.8.9🔺 🔵 Support AA Wallet. #AccountAbstraction 🔵 Support #Nostr Protocol on #Bitcoin Network and dogecoin Network. 🔵 Support Unisat’s new signature protocol. 🔵 Modify the signature verification for SuiNetwork. 🔵 Support Malaysian, Danish, and Hungarian. 👉http://tokenpocket.pro #AAWallet#AccountAbstraction#TokenPocket 【Details】https://twitter.com/TokenPocket_TP/status/1721862534695936492 【Powered By】Crypto Box

TokenPocket

@tokenpocket_channel · Post #960 · 02.12.2023 г., 07:30

🆕We just released TokenPocket’s New Version on Android. 🔺1.9.3🔺 1. The Market page supports #MEV Protection. 2. The Market page supports lifiprotocol 3. KeyPalWallet Hardware Wallet supports trondao Sign Message V2. 4. The Transfer page supports domain resolution for associated wallet addresses, including the #BTC Domain, #BTC Inscription Domain, #Eths Inscription Domain, and dotbitHQ domain. 5. Support #Permit transaction resolution. 6. Optimize signature management for trondao MultiSig wallets. 7. Optimize the user experience of AA wallets. #AccountAbstraction 👉http://tokenpocket.pro 【Details】https://twitter.com/TokenPocket_TP/status/1730851266912563295 【Powered By】Crypto Box

Crypto M - Crypto News

@CryptoM · Post #65229 · 12.04.2026 г., 06:24

🚀 Ethereum's Upcoming Glamsterdam Upgrade Progresses Amid Development Challenges Ethereum Foundation has released its latest development update, indicating steady progress in the upcoming Glamsterdam upgrade. According to Foresight News, while the implementation of ePBS (protocol-level PBS) is complex, the related development network is stabilizing, and the block-level access lists (BALs) development network is advancing smoothly. The current goal is to launch the first generalized Glamsterdam development network next week if the ePBS development network remains stable, followed by client releases, security audits, and test network testing. Additionally, EIP-7954, aimed at increasing the maximum contract size, is likely to be prioritized. The subsequent Hegotá upgrade has selected FOCIL (EIP-7805) as the core feature for the consensus layer, while the proposal for account abstraction (AA), EIP-8141, remains in a pending introduction (CFI) status due to lack of consensus. Non-core feature proposals for Hegotá were initiated on April 9. Regarding the network gas limit, the current benchmark target is set at 60 million, with higher limit testing ongoing. As for the upgrade timeline, Glamsterdam is unlikely to go live in the second quarter, and the progress of Hegotá will largely depend on the completion of the former. #Ethereum#Glamsterdam#ePBS#BALs#EIP7954#Hegotá#FOCIL#EIP7805#AccountAbstraction#EIP8141#Blockchain#Crypto#Upgrade#Development#ETH