python函数中文手册

python函数中文手册

ID:10688657

大小:305.50 KB

页数:26页

时间:2018-07-07

python函数中文手册_第1页
python函数中文手册_第2页
python函数中文手册_第3页
python函数中文手册_第4页
python函数中文手册_第5页
资源描述:

《python函数中文手册》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库

1、内置函数一,文档说明原始文档来自于pythonv2.7.2中文译文和用法尚不完全,您可以自由修改和完善,您可以在文档结尾鸣谢添上您的名字,我们将会感谢您做的贡献!二,函数列表1,取绝对值abs(x)Returntheabsolutevalueofanumber.Theargumentmaybeaplainorlongintegerorafloatingpointnumber.Iftheargumentisacomplexnumber,itsmagnitudeisreturned.如果你不知道绝对值什么意思,那就要补一下小学数学了!基本用法2,a

2、ll(iterable)ReturnTrueifallelementsoftheiterablearetrue(oriftheiterableisempty).Equivalentto:3.any(iterable)ReturnTrueifanyelementoftheiterableistrue.Iftheiterableisempty,returnFalse.Equivalentto:4.basestring()Thisabstracttypeisthesuperclassforstrandunicode.Itcannotbecalledo

3、rinstantiated,butitcanbeusedtotestwhetheranobjectisaninstanceofstrorunicode.isinstance(obj,basestring)isequivalenttoisinstance(obj,(str,unicode)).是字符串和字符编码的超类,是抽象类型。不能被调用或者实例化。可以用来判断实例是否为字符串或者字符编码。方法:5.二进制转换bin(x)Convertanintegernumbertoabinarystring.TheresultisavalidPythone

4、xpression.IfxisnotaPythonintobject,ithastodefinean__index__()methodthatreturnsaninteger.转换成二进制表达方法:6.布尔类型bool([x])ConvertavaluetoaBoolean,usingthestandardtruthtestingprocedure.Ifxisfalseoromitted,thisreturnsFalse;otherwiseitreturnsTrue.boolisalsoaclass,whichisasubclassofint.

5、Classboolcannotbesubclassedfurther.ItsonlyinstancesareFalseandTrue布尔类型的转化用法:7.二进制数组的转化bytearray([source[,encoding[,errors]]])Returnanewarrayofbytes.Thebytearraytypeisamutablesequenceofintegersintherange0<=x<256.Ithasmostoftheusualmethodsofmutablesequences,describedinMutableS

6、equenceTypes,aswellasmostmethodsthatthestrtypehas,seeStringMethods.Theoptionalsourceparametercanbeusedtoinitializethearrayinafewdifferentways:·Ifitisastring,youmustalsogivetheencoding(andoptionally,errors)parameters;bytearray()thenconvertsthestringtobytesusingstr.encode().·I

7、fitisaninteger,thearraywillhavethatsizeandwillbeinitializedwithnullbytes.·Ifitisanobjectconformingtothebufferinterface,aread-onlybufferoftheobjectwillbeusedtoinitializethebytesarray.·Ifitisaniterable,itmustbeaniterableofintegersintherange0<=x<256,whichareusedastheinitialcont

8、entsofthearray.Withoutanargument,anarrayofsize0iscreated.8.callable(object)

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。