参考资料
资料名 | 链接 | 作者 | 备注 |
---|---|---|---|
Python文档 | https://www.rddoc.com/doc/Python/3.6.0/zh/ | ||
python3官方教程 | http://www.pythondoc.com/pythontutorial3/index.html | ||
interview_python | https://github.com/taizilongxu/interview_python/blob/master/Readme.md | taizilongxu | |
Effective Python | https://book.douban.com/subject/26709315/ | Brett Slatkin | ISBN 978-7-111-52355-0 |
流畅的Python | http://www.ituring.com.cn/book/1564 | Luciano Ramalho | ISBN 978-7-115-45415-7 |
python cookbook | https://python3-cookbook.readthedocs.io/zh_CN/latest/ | David Beazley, Brian K. Jones | v.3.0.0 |
pythontutor | http://pythontutor.com/visualize.html | 实用工具,非教程.对理解深拷贝浅拷贝很有用 |