标签:extern cep python pytho 3.2 classes get bool src
1,Python自带(build-in)package(主要用import导入)和外部(external)package
1.1自带package举例: os包; os.getwd()
2.利用easy_install和pip 来安装扩展文件
2.1 例如 pip install request(s)
3.python 数据类型
3.1 总体上讲: numerics,sequesences,mappings,classes,instances,exceptions.
3.2 Numerics Types: int (包含Boolean),float,complex(复数行)
标签:extern cep python pytho 3.2 classes get bool src
原文地址:http://www.cnblogs.com/kvienchen/p/7921886.html