chap20数据图表的设计、chap21json数据、chap22Python处理csv/pickle/shelve/excel
直译式(Interpreted)、面向对象(Object Oriented)
直译器(Interpreter)Cpython、编译(Compile)、垃圾回收(garbage collection)
动态语言(dynamic language)、胶水码(glue code)、文字码语言(scripting language)
参照地址(reference address)、PEP8(Python Enhancement proposals)—小写字母、下划线
函数(function)、方法(method)、溢位(overflow)
科学计数法E+5、复数(complex number)complex(a,b)
bool()——False、0、0.0、’’、()、[]、{}、set()、None
str()——+、逸出字符(Escape Character)、r” “防逸出、\n
ASCII码chr()65’A’97’a’、Unicode码ord()、UTF-8编码可变长编码、encode()、decode()
import math——pi、e、inf、ceil()、floor()、去小数trunc()、pow(a,b)
sqrt()、square()、radians()、degrees()弧->角
20、数据图表的设计
1 | import matplotlib.pyplot as plt |
21、json数据
22、Python处理csv/pickle/shelve/excel
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Ruiqy~!
评论