博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
python隐含的特性
阅读量:6446 次
发布时间:2019-06-23

本文共 842 字,大约阅读时间需要 2 分钟。

本文源自(http://stackoverflow.com/questions/101268/hidden-features-of-python)希望介绍Python非常有用,而比较忽视的Python用法。希望我和大家都写出高质量的python代码(查看PEP8)。本文是一个系列文章,环境为Python2.x。

  • Argument Unpacking
  • Braces
  • Chaining Comparison Operators
  • Decorators
  • Default Argument Gotchas / Dangers of Mutable Default arguments
  • Descriptors
  • Dictionary default .get value
  • Docstring Tests
  • Ellipsis Slicing Syntax
  • Enumeration
  • For/else
  • Function as iter() argument
  • Generator expressions
  • import this
  • In Place Value Swapping
  • List stepping
  • __missing__ items
  • Multi-line Regex
  • Named string formatting
  • Nested list/generator comprehensions
  • New types at runtime
  • .pth files
  • ROT13 Encoding
  • Regex Debugging
  • Sending to Generators
  • Tab Completion in Interactive Interpreter
  • Ternary Expression
  • try/except/else
  • Unpacking+print() function
  • with statement

转载于:https://www.cnblogs.com/tom-zhao/p/4012638.html

你可能感兴趣的文章
ios 不同sdk4.3 6.0版本号,关于方法的兼容性的通用方法
查看>>
task20160125
查看>>
使用imp加载python模块
查看>>
Fibonacci Check-up
查看>>
FATE
查看>>
The Stable Marriage Problem
查看>>
Shell编程学习总结
查看>>
Problem B
查看>>
linux 将任意一个用户升为root权限
查看>>
关于docker 基础使用记录
查看>>
Eclipse: eclipse文本文件编码格式更改(GBK——UTF-8)
查看>>
写于2015年末的总结
查看>>
MacOS使用zsh & oh-my-zsh
查看>>
Pandas 拼接操作 数据处理
查看>>
shell 监控cpu,memory,load average
查看>>
关于动态内存malloc和realloc
查看>>
浅谈T-SQL中的子查询
查看>>
Unity Shader (三)Surface Shader机制
查看>>
js无缝滚动跑马灯
查看>>
python 自学地址
查看>>