In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces "python how to convert integers into arbitrary binary". In daily operation, I believe many people have doubts about how to convert integers into arbitrary binary in python. Xiaobian consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the doubt of "how to convert integers into arbitrary binary by python". Next, please follow the editor to study!
Javascript provides a function of number.toString (baseNum) that converts number to a string of less than 36 digits. Python only provides a function to convert a string to an integer, not a function to convert an integer to an arbitrary binary string (if any, please let me know). Found the answer on the Internet:
Def base10toN (num,n): "Change a to a base-n number. Up to base-36 is supported without special notation." Num_rep= {10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 15, 15, 16, 17, 18, 19, 20, 21 and 22 respectively 23, 24, 25, 26, 26, 27, 28, 29, 30, 31, 32, 33, 34 and 34 respectively 35 remainder: remainder=current%n if 36 > remainder > 9: remainder_string=num_ repe [mainder] elif remainder > = 36: remainder_string=' ('+ str (remainder) +') 'else: remainder_string=str (remainder) new_num_string=remainder_string+new_num_string current=current/ There is also a simplified version of n return new_num_string: def baseN (num B): return ((num = = 0) and "0") or (baseN (num / / b, b) .lstrip ("0") + "0123456789abcdefghijklmnopqrstuvwxyz" [num% b]) On the "python how to convert integers to arbitrary base" study is over, I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.