In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
How to use python to achieve two methods of Chinese output, in view of this problem, this article introduces the corresponding analysis and solution in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible method.
This Python learning tutorial mainly introduces two methods of python to realize Chinese output. An example analyzes the skills of Python to operate Chinese output. Partners in need can refer to it.
Method 1:
Use encode and decode
Such as:
Import os.pathimport xlrd,sysFilename='/home/tom/Desktop/1234.xls'if not os.path.isfile (Filename): raise NameError, "% s is not a valid filename"% Filenamebk=xlrd.open_workbook (Filename) shxrange=range (bk.nsheets) print shxrangefor x in shxrange: p=bk.sheets () [x] .name.encode ('utf-8') print p.decode (' utf-8')
Method 2:
Add at the beginning of the file:
Reload (sys) sys.setdefaultencoding ('utf8')
These two lines, try to run them again
On how to use python to achieve Chinese output of the two methods of the answer to share here, I hope the above content can be of some help to you, if you still have a lot of doubts unsolved, you can follow the industry information channel to learn more related knowledge.
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.