南京大学慕课资源的Python玩转数据课程资料,代码整理,全部手敲,包括每一张的课程简介和代码实现,包括Python入门语法,爬虫,GUI等,作为入门资料挺好的。
2022-05-21 21:30:39 37KB Python入门笔记 爬虫 GUI创建
1
自适应交通信号灯控制(增强学习)(Q-learning)(代码 python ).zip
2022-05-20 19:03:42 883KB python 学习 综合资源 文档资料
python学习rgbd-slam系列
2022-05-20 14:46:52 39.57MB slam
1
学习使用RNN自动完成语言模型
2022-05-17 18:07:53 7.28MB Python开发-机器学习
1
Python基础学习笔记.pdf
2022-05-16 19:01:28 492KB python 学习 文档资料 开发语言
python基础教程,第三版的代码清单,几乎每一章节的代码清单都载录在内,供参考和学习。
2022-05-15 15:02:02 82KB python学习
1
In Learn Python 3 the Hard Way, Zed Shaw taught you the basics of Programming with Python 3. Now, in Learn More Python 3 the Hard Way, you’ll go far beyond the basics by working through 52 brilliantly crafted projects. Each one helps you build a key practical skill, combining demos to get you started and challenges to deepen your understanding. Zed then teaches you even more in 12 hours of online videos, where he shows you how to break, fix, and debug your code.
2022-05-13 20:58:39 2.61MB Python 学习 进阶
1
python爬虫学习代码
2022-05-12 19:47:15 4.99MB 爬虫 python 学习 开发语言
1
用于学习、可视化和理解优化技术和算法。
2022-05-11 09:04:37 26.09MB python 学习 算法 开发语言
列表 list概念运用方法(一)创建链表(二)访问链表(三)修改链表 概念 任意对象的有序集合。列表是一组任意类型的值,按照一定顺序组合而成的。组成列表的值叫做元素(Elements)。每一个元素被标识一个索引,第一个索引是0,序列的功能都能实现。 特点:可重复,类型可不同。 运用方法 (一)创建链表 1.基本语法 [ ] 创建 2.list()创建———将任何可迭代的数据转化成列表 3.range()创建——创建整数列表,range([start,] end [,step]) listname=['a',1,2,'boy',girl] #链表用 [] 表示 list(range(10)
2022-05-03 10:37:29 126KB python python学习 列表
1