文件名称:python_basics:Python基础知识,方便Python初学者按部就班的学习
文件大小:2.27MB
文件格式:ZIP
更新时间:2024-05-15 06:41:52
Python
python_basics 4.1 条件 4.2 循环 4.3 综合 chapter5/函数 5.1 函数基础 5.2 函数参数 chapter6/迭代器和生成器 6.1 迭代器 6.2 生成器 chapter7/面向对象 7.1 面向对象基础 7.2 类和对象 7.3 类的继承 7.4 类的多态 7.5 类的私有化 chapter8/模块和包 8.1. 模块 8.2 包 chapter9/numpy 9.1. ndarray简介 9.2 线性代数 9.3 随机数 Chapter10/pandas 10.1 dataframe简介 10.2 行、列操作 10.3 dataframe汇总 10.4 dataframe连接