python网络爬虫笔记(一)
一、查询数据字典型数据 1、先说说dictionary查找和插入的速度极快,不会随着key的增加减慢速度,但是占用的内存大 2、list查找和插入的时间随着元素的增加而增加,但还是占用的空间小,内存浪费少 index modules | next | previous | Python » English French Japanese dev (3.8) pre (3.7) 3.6.4 3.5 2.7 Documentation » The Python Standard Library » | 2. Built-in Functions The Python interpreter has a number of functions and types built into it that are always available. They are listed here in alphabetical order. Built-in Functions abs() dict() help() min() setattr() all() dir() hex() next() slice() any() divmod() id() object() sorted() ascii() enumerate() input() oct() staticmethod() bin()