python 知识点

Posted chengfengchi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 知识点相关的知识,希望对你有一定的参考价值。

获取文件后缀
os.path.splitext(file)[-1]

整型转字符窜
>>> print str(10000L)
10000

json.dumps是将dict转化成str格式,json.loads是将str转化成dict格式。


#生成一个字典
d = {‘name‘:{},‘age‘:{},‘sex‘:{}}
#打印返回值,其中d.keys()是列出字典所有的key
print name in d.keys()
#结果返回True

以上是关于python 知识点的主要内容,如果未能解决你的问题,请参考以下文章

Python知识点

python 需注意的知识点

Python 学习知识点梳理

python入门基础知识点整理-20171214

python知识点

Python数据分析班