位置: 编程技术 - 正文

Python 中 list 的各项操作技巧(python中list的用法例子)

编辑:rootadmin

推荐整理分享Python 中 list 的各项操作技巧(python中list的用法例子),希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:python中list的索引,python中list的索引,python中list的sort方法,python中list的用法,python中list的功能,python中list的作用,python中list的用法和作用,python中list的用法,内容如对您有帮助,希望把文章链接给更多的朋友!

最近在学习 python 语言。大致学习了 python 的基础语法。觉得 python 在数据处理中的地位和它的 list 操作密不可分。

特学习了相关的基础操作并在这里做下笔记。

list.extend(L)#将两个 list 中的元素合并到一起

Extend the list by appending all the items in the given list; equivalent to a[len(a):] = L.

list.insert(i, x)#将元素插入到指定的位置(位置为索引为 i 的元素的前面一个)Insert an item at a given position. The first argument is the index of the element before which to insert, so a.insert(0, x) inserts at the front of the list, and a.insert(len(a), x) is equivalent to a.append(x).

list.remove(x)#删除 list 中第一个值为 x 的元素(即如果 list 中有两个 x , 只会删除第一个 x )

Remove the first item from the list whose value is x. It is an error if there is no such item.

list.pop([i])#删除 list 中的第 i 个元素并且返回这个元素。如果不给参数 i ,将默认删除 list 中最后一个元素Remove the item at the given position in the list, and return it. If no index is specified, a.pop() removes and returns the last item in the list. (The square brackets around the i in the method signature denote that the parameter is optional, not that you should type square brackets at that position. You will see this notation frequently in the Python Library Reference.)

list.index(x)#返回 list 中 , 值为 X 的元素的索引

   Return the index in the list of the first item whose value is x. It is an error if there is no such item.

list.count(x)#返回 list 中 , 值为 x 的元素的个数

Return the number of times x appears in the list.

demo:

Python 中 list 的各项操作技巧(python中list的用法例子)

result:

list.sort(cmp=None, key=None, reverse=False)

  Sort the items of the list in place (the arguments can be used for sort customization, see sorted() for their explanation).

1.对一个 list 进行排序。默认按照从小到大的顺序排序

2.reverse 是一个 bool 值. 默认为 False , 如果把它设置为 True, 那么这个 list 中的元素将会被按照相反的比较结果(倒序)排列.

# reverse is a boolean value. If set to True, then the list elements are sorted as if each comparison were reversed.

3.key 是一个函数 , 它指定了排序的关键字 , 通常是一个 lambda 表达式 或者 是一个指定的函数

#key specifies a function of one argument that is used to extract a comparison key from each list element: key=str.lower. The default value is None (compare the elements directly).

4.cmp 是一个指定了两个参数的函数。它决定了排序的方法。

#cmp specifies a custom comparison function of two arguments (iterable elements) which should return a negative, zero or positive number depending on whether the first #argument is considered smaller than, equal to, or larger than the second argument: cmp=lambda x,y: cmp(x.lower(), y.lower()). The default value is None.

cmp 可以让用户自定义大小关系。平时我们认为 1 < 2 , 认为 a < b。

现在我们可以自定义函数,通过自定义大小关系(例如 2 < a < 1 < b) 来对 list 进行指定规则的排序。

当我们在处理某些特殊问题时,这往往很有用。

以上所述是小编给大家介绍的Python 中 list 的各项操作技巧,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对积木网网站的支持!

Python+Wordpress制作小说站 我用Python和Wordpress建了一个小说站。下面主要讲一讲搭建过程中所用的技术。主要分为以下几个部分:Wordpress主题的选取小说内容的完善站点的部署微

python实现折半查找和归并排序算法 今天依旧是学算法,前几天在搞bbs项目,界面也很丑,评论功能好像也有BUG。现在不搞了,得学下算法和数据结构,笔试过不了,连面试的机会都没有

python编程实现归并排序 因为上个星期leetcode的一道题(MedianofTwoSortedArrays)所以想仔细了解一下归并排序的实现。还是先阐述一下排序思路:首先归并排序使用了二分法,归根到

标签: python中list的用法例子

本文链接地址:https://www.jiuchutong.com/biancheng/375511.html 转载请保留说明!

上一篇:python算法表示概念扫盲教程(python算法具有哪五个性质)

下一篇:Python+Wordpress制作小说站

  • 收到所得税汇算退税计入补贴收入
  • 什么是增值税扣缴义务
  • 员工交个人所得税对公司有什么影响
  • 纳税申报期限是纳税期限期满后的时间
  • 餐饮税务每个月几号报税
  • 收到失业保险稳岗补贴会计分录
  • 增值税未缴款能清卡吗
  • 经审计的财务报告包括的内容
  • 专用发票网上勾选不了
  • 员工出差有补助吗
  • 预付货款后收到货怎么做账
  • 减免教育费附加和地方教育费附加
  • 进项票错了但是销项票开出去了怎么办
  • 公司亏损股东退股还要贴钱
  • 增值税专用发票可以开电子发票吗
  • 员工住院费用公司报销吗
  • 汇总记账凭证会计核算组织形式适用于
  • 税控发票包括哪些
  • 佣金收入者是什么意思
  • 盘亏材料10000元,可以回收的保险赔偿
  • 企业购入生产设备所支付的增值税
  • 个人所得税的税收优惠项目有哪些
  • 从境外取得的佣金
  • 企业发票税收编码是什么
  • 其他权益工具通俗
  • 同一控制下企业合并权益抵消
  • 资产负债表中的预付款项目应根据什么填列
  • 加班工资算补贴么
  • php和aspnet哪个好
  • 水星mw300re说明书
  • Msssrv.exe - Msssrv是什么进程 有什么用
  • 民办非企业的财务会计制度是什么
  • 企业因政策性原因发生的巨额经营亏损
  • window7无法正常启动怎么办
  • 新准则委托代建 不得管理费
  • flex布局适用于哪些场景
  • 协会收到的政府奖励会计处理
  • 办公室装修款怎么做账
  • 消费税减免规定有哪些
  • 公司上市的好处
  • vue split函数
  • 文章列表是什么
  • 直线折旧法账务处理例题
  • 未开票收入如何做会计分录
  • 小规模纳税人无票收入怎么申报
  • 出租设备收入交什么税
  • 实收资本认缴怎么做账,要做账吗
  • 融资租赁各方
  • sql server 使用
  • Mysql数据库分库分表语句
  • 合伙企业年终分红会计分录
  • 票据背书转让挂什么科目
  • 银行定期存款取一部分怎么算利息
  • 销售部门招待费用预算
  • 收到股本金 怎么记账
  • 税控维护费减免税款
  • 跨年的社保,账务怎么处理?
  • 财务费用明细账图片
  • 其他应付款转营业外收入摘要怎么写
  • 等额本金还款计算公式
  • 企业召开会议的目的
  • 收到没有填税号的信息
  • 财政返还什么意思
  • 账务不实与账实不符
  • 摊余成本通俗
  • mac声音无法调节
  • centos 搜索
  • 如何解决心脏供血不足
  • mac快捷功能
  • win7桌面没有了怎么办
  • windows2008输入法
  • linux注销用户快捷键
  • 详细说明什么是支撑
  • jq读取json
  • 使用时间
  • import和export区别
  • 批处理for /f
  • 青岛市税务局内设机构
  • 出口退税范围的货物
  • 印花税核算有两种情况,是如何处理的?
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设