标签:添加 base word javascrip 服务器 python基础 html 功能 函数
廖老师网站:http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000
花几天时间看了廖老师的python教程,现在总结一下。
(本人用python工作了一年半,有一定python基础,看过《python核心编程》与部分《python源码剖析》,只把自己觉得有用的记一下)
Iterator
对象(可作用于next),但list
、dict
、str
虽然是Iterable
,却不是Iterator
Queue
、Pipes进程间通信
ThreadLocal,
解决了参数在一个线程中各个函数之间互相传递的问题.managers.BaseManager
asyncio,
提供了完善的异步IO支持(async
和await,
针对coroutine的新语法)aiohttp,
基于asyncio
实现的HTTP框架
标签:添加 base word javascrip 服务器 python基础 html 功能 函数
原文地址:http://www.cnblogs.com/GO-NO-1/p/6500912.html