摘要: ![](https://img2022.cnblogs.com/blog/2888970/202205/2888970-20220527165431959-1491136580.jpg) ![](https://img2022.cnblogs.com/blog/2888970/202205/2888970-20220527165435163-1417030418.jpg) ![](https:// 阅读全文
posted @ 2022-05-27 16:55 top王 阅读(94) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2022.cnblogs.com/blog/2888970/202205/2888970-20220527165247554-1980690227.jpg) ![](https://img2022.cnblogs.com/blog/2888970/202205/2888970-20220527165249798-1735809167.jpg) ![](https:// 阅读全文
posted @ 2022-05-27 16:53 top王 阅读(96) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2022.cnblogs.com/blog/2888970/202205/2888970-20220527165105494-2121168776.jpg) ![](https://img2022.cnblogs.com/blog/2888970/202205/2888970-20220527165109957-2027086076.jpg) ![](https:// 阅读全文
posted @ 2022-05-27 16:52 top王 阅读(48) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2022.cnblogs.com/blog/2888970/202205/2888970-20220527164448347-1636618325.jpg) ![](https://img2022.cnblogs.com/blog/2888970/202205/2888970-20220527164452255-1376775688.jpg) ![](https:// 阅读全文
posted @ 2022-05-27 16:50 top王 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 赛事链接:https://tianchi.aliyun.com/competition/entrance/231693/information 代码下载:https://github.com/luxuantao/alibaba_tianchi_book 请自己阅读赛题描述和下载代码 #1.数据探索 阅读全文
posted @ 2022-05-27 13:32 top王 阅读(1692) 评论(0) 推荐(0) 编辑
摘要: list list是一种有序的集合,可以随时添加和删除其中的元素。 比如,列出班里所有同学的名字,就可以用一个list表示: >>> classmates = ['Michael', 'Bob', 'Tracy'] >>> classmates ['Michael', 'Bob', 'Tracy'] 阅读全文
posted @ 2022-05-27 13:25 top王 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 研一开学的时候开始接触了这些,但是对于其各种功能感到十分混乱,现在通过这篇博文将其功能详细的写出来。 #1.python解释器 首先要了解python解释器,我们俗称的下载python也就是下载python解释器。众所周知,电脑只能理解0和1,那我们打入的代码要如何来让电脑理解呢,这就是python 阅读全文
posted @ 2022-05-27 10:31 top王 阅读(237) 评论(0) 推荐(0) 编辑