|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/basicpython/
课程评论:没有评论
**课程名称:** Python 基础(泰语) **课程概述:** 本课程是Python for ML(Python机器学习)课程的第一部分,旨在为学习者打下坚实的Python编程基础,为后续的机器学习学习做好准备。 **核心内容:** * **Python 环境搭建与使用:** * 安装Python * 使用Google Colab进行Python编程 * Python与Jupyter Lab结合使用 * Python与Anaconda Navigator管理 * **Python 基础语法与数据类型:** * 基本操作 * 字符串(String) * 数据类型(Data Types) * **Python 核心数据结构:** * 列表(List) * 元组(Tuple) * 集合(Set) * 字典(Dictionary) * **Python 控制流:** * For 循环 * While 循环 * If 条件语句 * **Python 函数与序列:** * Range 函数 * 函数(Function)的定义与使用 * **常用 Python 模块:** * 介绍并演示如何使用频率较高的模块 * **Pandas 库数据处理:** * 使用Pandas库进行数据框(Dataframe)操作 * **测试:** * 课程将包含测试环节,检验学习成果。
Welcome for Python for ML course1. Install python- use python with google colab- Python with jupyter lab- Python with anaconda navigator2. Operation, string and datatypes3. List, Tuple, Set and Dictionary4. For, while and if loop5. Range and Function6.Frequency use modules7.Manipulating dataframe with pandas8. Test