10 things i hate about python

– this is from a perl programmer’s prospective…

10 things i hate about python, and possible workaround…

What’s happend? oh, here says, json module is only for python 2.6 and above. But how hard is that? a json output for dict?

And oh, python 3.0 is completely a whole new language!

possible workaround:

but in python, you must write you constructor as: init, looks like a function in a deep hided library. Possible workaround: With Perl we have things like Moose. But with python, they expose to you the “init”, but won’t tell you how to build your own object system. so, just use it…

Possible workaround: practising this bad design into habit…

本文网址:http://blog.perlfect.me/2010/04/9/10-things-i-hate-about-python.html

comments powered by Disqus