explore-python icon indicating copy to clipboard operation
explore-python copied to clipboard

:green_book: The Beauty of Python Programming.

Results 11 explore-python issues
Sort by recently updated
recently updated
newest added

函数→函数参数章节 默认参数应该使用不可变对象——这个知识点列举的问题在python3.10好像已经不出现;使用list做参数,不会重复往里面加内容

你不知道的 super()的这一章节,菱形继承在python3下打印的结果不一样?为什么A的__init__的实例还是C呢?

在字符编码这一节有错别字,希望作者能改一下,厘清 ,应该为 ,理清^_^

在https://funhacks.net/explore-python/Advanced-Features/generator.html ![_006](https://cloud.githubusercontent.com/assets/7830725/22774298/7ceef87e-eee1-11e6-8b06-2b6f9d345226.png) 这个thow应该是throw。 在 https://funhacks.net/explore-python/Functional/decorator.html ![_007](https://cloud.githubusercontent.com/assets/7830725/22774409/f447e728-eee1-11e6-9f92-395dafb3a535.png) 这个应该是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