Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python 3.x - Coggle Diagram
Python 3.x
Debug 调试
如何再linux下安装模块
如何调试类和函数
http://www.ibm.com/developerworks/cn/linux/l-cn-pythondebugger/
基本语法
module
import 与 from...import
python数据类型之pandas—DataFrame
https://www.cnblogs.com/yqpy/p/8338032.html
OS vs pathlib:
https://www.cnblogs.com/poloyy/p/12435628.html
JSON(JavaScript Object Notation)
unittest:setUp()
matplotlib
标准数据类型
不可变数据(3 ):Number(数字)、String(字符串)、Tuple(元组);
可变数据(3 ):List(列表)、Dictionary(字典)、Set(集合)
tutorial
https://www.runoob.com/python3/python3-tutorial.html
https://docs.python.org/zh-cn/3.8/tutorial/index.html
python -V