位置: 编程技术 - 正文

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制作小说站

  • 申报个税时怎么获取个税专项附加扣除
  • 工会经费个人绩效计入缴费基数吗
  • 出纳个人账户转公户
  • 个人缴纳印花税减半吗?
  • 台湾发票大陆能做账吗
  • 缓缴税款到期缴纳填主表第几行
  • 固定资产减少会怎么样
  • 递延所得税如何申报
  • 离职未收回货款要我承担
  • 银行本票结算分录
  • 银行收付款通知短信
  • 净现值为什么要除以它的折现率
  • 土地增值税清算规程实施细则
  • 现代服务业要满足什么条件才转一般纳税人
  • 要注销的企业多久能注销
  • 公司开年会的费用怎么入账
  • 非专利技术转让合同印花税
  • 劳务派遣个税怎么扣
  • 期末调汇会计分录
  • powershell不显示用户名
  • 销售折扣收货方法有哪些
  • 商业承兑汇票提示承兑期限
  • php面向对象是什么意思
  • linux硬链接命令
  • 企业代付个人所得税计算公式
  • PHP:pg_result_error_field()的用法_PostgreSQL函数
  • vue引入echarts柱状图
  • php imap函数
  • php获取文件类型
  • 管理费用销售费用
  • 协会收到的政府奖励会计处理
  • 保安行业税率是多少
  • 身份证号码的正确读法
  • move命令移动文件夹下所有文件
  • dpkg --list
  • 以固定资产抵债发生的固定资产
  • 用友重新安装步骤
  • 金税盘密码和口令忘了无法登录
  • 为什么分红不影响损益
  • 处置固定资产账务处理进什么科目
  • 保洁公司的税率是多少
  • 给员工发放礼品的祝福
  • 旅游大巴应怎么买票
  • 房地产开发企业建造的商品房,在出售前
  • 上年亏损次年赢亏怎么算
  • 投资损失如何入账
  • 实收资本认缴如何做账
  • 有限合伙企业中有限合伙人承担责任的方式为
  • 员工报销的差旅费会计分录
  • 社保补缴收滞纳金吗
  • 从农民手中购买粮食税率
  • 业务招待费能计入项目成本吗
  • 公司租用员工车辆维修费能报销吗
  • 投标保证金退还
  • 支付兼职人员工资会计处理
  • 折现率算现值公式
  • 国内佣金如何入账
  • 纳税人财务核算内容包括
  • 原始凭证基本要求是什么
  • 什么是个人独资企业营业执照
  • 建账的要点及应注意的问题
  • 下列sql server语句中出现语法错误的是
  • Win Server 2008 r2 开启 Aero 桌面主题的方法
  • 系和系怎么区分
  • Win7旗舰版系统文件名称
  • windows8任务管理器在哪
  • win10如何打开defender
  • 获取windows的最新信息要跳过吗
  • linux内核配置文件
  • win7如何更改欢迎界面
  • win7旗舰版升级win10
  • Quick cocos2dx-Lua(V3.3R1)学习笔记(7) ---计时器,我是个定时吃饭睡觉的好孩子
  • Unity3D游戏开发(第2版)pdf
  • ecmascript6 官方文档
  • shell脚本技巧
  • 20行的python编程题
  • Android屏幕适配分屏
  • js下拉菜单的制作方法
  • flask框架官方文档
  • 纳服的拼音
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

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

    友情链接: 武汉网站建设