explore-python
explore-python copied to clipboard
:green_book: The Beauty of Python Programming.
函数→函数参数章节 默认参数应该使用不可变对象——这个知识点列举的问题在python3.10好像已经不出现;使用list做参数,不会重复往里面加内容
你不知道的 super()的这一章节,菱形继承在python3下打印的结果不一样?为什么A的__init__的实例还是C呢?
错别字
在字符编码这一节有错别字,希望作者能改一下,厘清 ,应该为 ,理清^_^
错别字
在https://funhacks.net/explore-python/Advanced-Features/generator.html  这个thow应该是throw。 在 https://funhacks.net/explore-python/Functional/decorator.html  这个应该是functools,而不是functool
另外,教程写的很简明,就是进程、线程和协程这边开始对我这样的小白就有一些吃力了。不过每一章的总结都很棒!
AttributeError: 'str' object has no attribute 'decode'
可是这东西需要我自己打包啊?谢谢
In dict.md, the iterkeys, iteritems, itervalues are no longer supported in python3, it's better to note this to avoid confusion