编程语言基础
数据洪流
数据分析,挖掘,我知其几何?
展开
-
如何利用python打败python? 2020/11/28
大家都知道,只有用魔法才能打败魔法,那么如何用python打败python呢?今天我给大家介绍一下一些python中提供帮助的方式。 1 查看python系统模块 import requests dir(requests) 2 查看python系统函数 import sys print(sys.modules.keys()) 3 查看已经安装的模块 help('modules') 4 函数怎么用?百度就out了!教你直接get官方文档! # 想看看print函数怎么用,有哪些参数,在你想查询的函数后...原创 2020-11-28 17:37:38 · 144 阅读 · 0 评论 -
python数据结构之集合 2020/11/28
原创 2020-11-28 17:08:35 · 118 阅读 · 0 评论 -
python面向对象 2020/11/28
原创 2020-11-28 17:06:49 · 131 阅读 · 0 评论 -
python函数传参和参数定义 2020/11/28
原创 2020-11-28 17:05:27 · 96 阅读 · 0 评论 -
python数据结构 2020/11/28
原创 2020-11-28 17:02:22 · 66 阅读 · 0 评论