Python超级学科:Python大数据+人工智能基础
课程下载
本课程供VIP会员免费学习。
下载途径:通过网盘转存下载。
课程介绍
Python大数据+人工智能基础,专为零基础学员打造!即使开机键在哪都找不到也没有关系!
教程目录Python大数据+人工智能-学前阶段1.Python大纲.mp4 7.6M
2.计算机常识-上.mp4 28.7M
3.计算机常识-中.mp4 9.4M
4.计算机常识-下.mp4 19.1M
5.编程语言-上.mp4 15.7M
6.编程语言-下.mp4 25.2M
7.常用操作系统下的开发环境搭建-简介.mp4 4.4M
8.Linux下Python开发环境搭建.mp4 49M
9.Mac操作系统下的Python开发环境搭建.mp4 59.7M
10.Windows下Python开发环境搭建.mp4 26.3M
11.Python程序的编辑和执行.mp4 33.6M
12.Pycharm安装破解汉化.mp4 18.8M
13.Pycharm软件的使用.mp4 44.2M
14.Python程序执行机制.mp4 37.5M
15.Python学习建议.mp4 14.7M
Python大数据+人工智能-基础阶段01-Python的注释.mp4 44.2M
02-Python的中文乱码.mp4 50M
03-Python变量.mp4 66.5M
04-Python数据类型.mp4 22.4M
05-Python类型转换.mp4 29M
06-Python运算符-算术运算符.mp4 33.1M
07-Python运算符-复合运算符.mp4 12.6M
08-Python运算符-比较运算符.mp4 27.4M
09-Python运算符-逻辑运算符.mp4 33.7M
10-Python输入.mp4 45M
11-Python的输出-2.x版本.mp4 42.3M
12-Python的输出-3.x版本.mp4 47.1M
13-Python的格式符(补充).mp4 68.5M
14-Python小节项目-体脂率的计算.mp4 54.3M
15-Python程序的执行顺序.mp4 15.1M
16-Python分支-概念和应用场景.mp4 11.4M
17-Python分支-几种类型的结构图解.mp4 6.9M
18-Python分支-单分支判断.mp4 22.7M
19-Python分支-双分支判断.mp4 17.1M
20-Python分支-练习小案例.mp4 15.3M
21-Python分支-if嵌套.mp4 22.6M
22-Python多分-多支判断.mp4 22.3M
23-Python分支-注意事项.mp4 11.5M
24-Python案例-说明.mp4 6.3M
25-Python案例-输入部分优化.mp4 26.8M
26-Python案例-数据处理部分优化.mp4 10.3M
27-Python案例-输出部分优化.mp4 22M
28-Python循环-简介.mp4 4.3M
29-Python循环-while循环-简单语法.mp4 6.5M
30-Python循环-while循环-练习1.mp4 42.1M
31-Python循环-while循环-练习2.mp4 16.9M
32-Python循环-while循环-和else连用.mp4 18.1M
33-Python循环-for循环-简单语法.mp4 14.6M
34-Python循环-for循环-和else连用.mp4 6.6M
35-Python循环-for循环-反转字符串.mp4 11.3M
36-Python循环-for循环-打印1-100之间的偶数.mp4 13.7M
37-Python循环-循环的打断break-continue.mp4 15.9M
38-Python循环-打断案例-上.mp4 19.9M
39-Python循环-打断案例-下.mp4 8M
40-Python循环和分支嵌套-和if嵌套.mp4 16.5M
41-Python循环和分支嵌套-和循环嵌套.mp4 14.6M
42-Python循环-99乘法表-上.mp4 24.2M
43-Python循环-99乘法表-下.mp4 15.1M
44-Python-pass语句.mp4 7.4M
45-Python分支循环-综合案例-案例说明.mp4 5.5M
46-Python分支循环-综合案例-水仙花数.mp4 54.8M
47-Python分支循环-综合案例-猜数字.mp4 41.7M
48-Python常用数据类型操作-简介.mp4 3.3M
49-Python常用数据类型操作-数值-表现形式.mp4 16.6M
50-Python常用数据类型操作-数值-进制概念.mp4 14.8M
51-Python常用数据类型操作-数值-进制转换-1.mp4 25.1M
52-Python常用数据类型操作-数值-进制转换-2.mp4 14.3M
53-Python常用数据类型操作-数值-进制转换-3.mp4 10.9M
54-Python常用数据类型操作-数值-参与运算符运算.mp4 8.9M
55-Python常用数据类型操作-数值-数学函数-使用说明.mp4 6.8M
56-Python常用数据类型操作-数值-数学函数-上.mp4 20.1M
57-Python常用数据类型操作-数值-数学函数-下.mp4 16.6M
58-Python常用数据类型操作-数值-随机函数.mp4 36.6M
59-Python常用数据类型操作-数值-三角函数.mp4 16.7M
60-Python常用数据类型操作-布尔类型.mp4 8.2M
61-Python常用数据类型操作-字符串类型-概念及体现形式.mp4 29.2M
62-Python常用数据类型操作-字符串类型-各个形式的特点.mp4 22.6M
63-Python常用数据类型操作-字符串类型-字符串拼接.mp4 11M
64-Python常用数据类型操作-字符串类型-字符串切片-上.mp4 21.9M
65-Python常用数据类型操作-字符串类型-字符串切片-下.mp4 36.1M
66-Python常用数据类型操作-字符串-函数操作.mp4 5.2M
67-Python常用数据类型操作-字符串-函数操作-查找计算类.mp4 44.2M
68-Python常用数据类型操作-字符串-函数操作-转换类操作.mp4 24.6M
69-Python常用数据类型操作-字符串-函数操作-填充压缩类操作.mp4 37.3M
70-Python常用数据类型操作-字符串-函数操作-分割拼接操作.mp4 36M
71-Python常用数据类型操作-字符串-函数操作-判定操作.mp4 40.7M
72-Python常用数据类型操作-字符串-总结.mp4 3.5M
73-Python常用数据类型操作-列表-概念.mp4 8.1M
74-Python常用数据类型操作-列表-定义方式1.mp4 13.4M
75-Python常用数据类型操作-列表-定义方式2.mp4 19.5M
76-Python常用数据类型操作-列表-定义方式2-列表推导式.mp4 28.3M
77-Python常用数据类型操作-列表-常用操作-增加操作.mp4 30.5M
78-Python常用数据类型操作-列表-常用操作-删除操作.mp4 48M
79-Python常用数据类型操作-列表-常用操作-修改操作.mp4 8.7M
80-Python常用数据类型操作-列表-常用操作-查询操作1.mp4 23.3M
81-Python常用数据类型操作-列表-常用操作-查询操作2-遍历-上.mp4 27.3M
82-Python常用数据类型操作-列表-常用操作-查询操作2-遍历-中.mp4 25.6M
83-Python常用数据类型操作-列表-常用操作-查询操作2-遍历-迭代器迭代-下.mp4 46.1M
84-Python常用数据类型操作-列表-常用操作-判定和比较.mp4 26.3M
85-Python常用数据类型操作-列表-常用操作-排序-上.mp4 21.9M
86-Python常用数据类型操作-列表-常用操作-排序-下.mp4 13.7M
87-Python常用数据类型操作-列表-常用操作-乱序和反转.mp4 10.2M
88-Python常用数据类型操作-元组-概念和定义.mp4 19.3M
89-Python常用数据类型操作-元组-常用操作-查询.mp4 12.9M
90-Python常用数据类型操作-元组-常用操作-获取判定比较.mp4 28.1M
91-Python常用数据类型操作-元组-常用操作-拼接拆包.mp4 15M
92-Python常用数据类型操作-字典.mp4 28.3M
93-Python常用数据类型操作-字典-定义的注意事项.mp4 15.6M
94-Python常用数据类型操作-字典-原理简介.mp4 14.6M
95-Python常用数据类型操作-字典-存在意义.mp4 4.1M
96-Python常用数据类型操作-字典-常用操作-增.mp4 7.6M
97-Python常用数据类型操作-字典-常用操作-删.mp4 22.1M
98-Python常用数据类型操作-字典-常用操作-改.mp4 9.9M
99-Python常用数据类型操作-字典-常用操作-查-单个值.mp4 15.1M
100-Python常用数据类型操作-字典-常用操作-查-所有键-值-键值对.mp4 26.9M
101-Python常用数据类型操作-字典-常用操作-查-遍历.mp4 14.8M
102-Python常用数据类型操作-字典-常用操作-计算-判定.mp4 9M
103-Python常用数据类型操作-集合-概念.mp4 11.2M
104-Python常用数据类型操作-集合-可变集合定义.mp4 15.3M
105-Python常用数据类型操作-集合-不可变集合定义.mp4 10.1M
106-Python常用数据类型操作-集合-定义时注意事项.mp4 14M
107-Python常用数据类型操作-集合-常用操作-新增.mp4 6.8M
108-Python常用数据类型操作-集合-常用操作-删除.mp4 13.7M
109-Python常用数据类型操作-集合-常用操作-查询遍历.mp4 13.3M
110-Python常用数据类型操作-集合-常用操作-交集.mp4 19.8M
111-Python常用数据类型操作-集合-常用操作-交集补充.mp4 13.1M
112-Python常用数据类型操作-集合-常用操作-并集补充.mp4 10.3M
113-Python常用数据类型操作-集合-常用操作-差集.mp4 7.9M
114-Python常用数据类型操作-集合-常用操作-判定.mp4 9M
115-Python常用数据类型操作-时间日历.mp4 3.2M
116-Python常用数据类型操作-时间戳获取.mp4 6M
117-Python常用数据类型操作-时间元组.mp4 7.2M
118-Python常用数据类型操作-格式化时间.mp4 9M
119-Python常用数据类型操作-自定义格式化时间.mp4 9.2M
120-Python常用数据类型操作-自定义格式化时间-2.mp4 6.5M
121-Python常用数据类型操作-获取当前CPU时间.mp4 4.4M
122-Python常用数据类型操作-休眠n秒.mp4 4.5M
123-Python常用数据类型操作-获取某月日历.mp4 4.2M
124-Python常用数据类型操作-datetime模块-上.mp4 12.1M
125-Python常用数据类型操作-datetime模块-下.mp4 15.1M
126-Python常用数据类型操作-总结.mp4 3.3M
127-Python函数-基本概念.mp4 15.2M
128-Python函数-简单定义.mp4 5.2M
129-Python函数-参数-单一参数.mp4 9M
130-Python函数-参数-多个参数.mp4 11.6M
131-Python函数-参数-不定长参数-上.mp4 12M
132-Python函数-参数-不定长参数-中.mp4 8.1M
133-Python函数-参数-不定长参数-参数的拆包和装包.mp4 25.1M
134-Python函数-参数-不定长参数-缺省参数.mp4 10.3M
135-Python函数-参数-函数的注意事项.mp4 33.1M
136-Python函数-返回值.mp4 20.5M
137-Python函数-函数的使用描述.mp4 17.9M
138-Python函数-偏函数.mp4 15M
139-Python函数-偏函数-使用场景.mp4 7.7M
140-Python函数-高阶函数.mp4 16.1M
141-Python函数-高阶函数-使用场景.mp4 8.1M
142-Python函数-返回函数.mp4 11.1M
143-Python函数-匿名函数(lambda函数).mp4 11.8M
144-Python函数-闭包-概念格式.mp4 12.5M
145-Python函数-闭包-小案例.mp4 13.7M
146-Python函数-闭包-注意事项-1.mp4 12.5M
147-Python函数-闭包-注意事项-2.mp4 39.8M
148-Python函数-装饰器-案例-1.mp4 6.5M
149-Python函数-装饰器-案例-2.mp4 16.2M
150-Python函数-装饰器-案例-3.mp4 9.6M
151-Python函数-装饰器-案例-4.mp4 33.4M
152-Python函数-装饰器-案例-5.mp4 18.4M
153-Python函数-装饰器-注意事项-1.mp4 15.8M
154-Python函数-装饰器-注意事项-装饰器的执行图解.mp4 14.4M
155-Python函数-装饰器-注意事项-2.mp4 17.1M
156-Python函数-装饰器-注意事项-3.mp4 13M
157-Python函数-装饰器-注意事项-4.mp4 21.8M
158-Python函数-生成器.mp4 12.5M
159-Python函数-生成器-创建方式-1.mp4 11.7M
160-Python函数-生成器-创建方式-2.mp4 24.8M
161-Python函数-生成器-访问方式.mp4 6.3M
162-Python函数-生成器-send方法.mp4 19.1M
163-Python函数-生成器-close方法.mp4 8.3M
164-Python函数-生成器-注意事项.mp4 14M
165-Python函数-递归函数.mp4 28.7M
166-Python函数-作用域-概念.mp4 33.2M
167-Python函数-作用域-局部变量-全局变量.mp4 45.9M
168-Python文件操作-概念介绍.mp4 21M
169-Python文件操作-文件的操作流程.mp4 8.6M
170-Python文件操作-操作模式-r.mp4 18.7M
171-Python文件操作-操作模式-w.mp4 9.2M
172-Python文件操作-操作模式-a.mp4 5.7M
173-Python文件操作-操作模式-b组.mp4 16.8M
174-Python文件操作-操作模式-+组.mp4 13.9M
175-Python文件操作-定位.mp4 23.3M
176-Python文件操作-读.mp4 20.7M
177-Python文件操作-遍历.mp4 9M
178-Python文件操作-判定可读.mp4 4.6M
179-Python文件操作-读取方法的选取.mp4 3.7M
180-Python文件操作-写入.mp4 5.2M
181-Python文件操作-关闭.mp4 14.5M
182-Python文件操作-其他操作-重命名.mp4 12M
183-Python文件操作-其他操作-删除.mp4 10.5M
184-Python文件操作-其他操作-创建目录.mp4 9.1M
185-Python文件操作-其他操作-查看改变列举目录.mp4 12.1M
186-Python文件操作-案例1-文件复制.mp4 24.4M
187-Python文件操作-案例1-文件复制-大文件注意.mp4 19M
188-Python文件操作-案例1-文件分类-思路.mp4 5.4M
189-Python文件操作-案例1-文件分类-代码实现-上.mp4 27.4M
190-Python文件操作-案例1-文件分类-代码实现-下.mp4 8.3M
191-Python文件操作-案例1-列表清单-代码实现-上.mp4 24.2M
192-Python文件操作-案例1-列表清单-代码实现-下.mp4 10.5M
193-Python-基础阶段-总结.mp4 3.6M
Python超级学科:Python大数据+人工智能基础