Dear Python, Why Are You So Ugly?
11–20 of 73 posts
Re: Dear Python, Why Are You So Ugly?
#12Re: Dear Python, Why Are You So Ugly?
#13It was posts like this that made me decide to learn Python instead of Ruby, many years back when I was trying to decide what new scripting language to learn. I could not find any particular programming advantage of Python over Ruby or vice versa . But from the blog posts it was obvious which community I liked much better: Python's were to the point and technical, if making comparisons with Ruby they'd say they're bot…
Re: Dear Python, Why Are You So Ugly?
#14It was posts like this that made me decide to learn Python instead of Ruby, many years back when I was trying to decide what new scripting language to learn. I could not find any particular programming advantage of Python over Ruby or vice versa . But from the blog posts it was obvious which community I liked much better: Python's were to the point and technical, if making comparisons with Ruby they'd say they're bot…
Re: Dear Python, Why Are You So Ugly?
#15Misleading title. Link Bait. What does the aesthetics of a web page have to do with the quality of the language? If the usability is in question, that's one thing -- but the author isn't arguing the less "Sexy" (his words) sites are less usable, simply less attractive to him. Who cares? If you pick a language based on the sexiness of various websites that are related to the language, you are probably not in the right…
Re: Dear Python, Why Are You So Ugly?
#16Misleading title. Link Bait. What does the aesthetics of a web page have to do with the quality of the language? If the usability is in question, that's one thing -- but the author isn't arguing the less "Sexy" (his words) sites are less usable, simply less attractive to him. Who cares? If you pick a language based on the sexiness of various websites that are related to the language, you are probably not in the right…
No, he does:
It’s not just that Python sites are ugly (even though they are). It’s that the uglyness makes sites hard to navigate and hard to use.
Re: Dear Python, Why Are You So Ugly?
#17The only area of python (specifically Django) I consider "ugly" that actually has any impact on the user is the default admin area. Fortunately there are projects like Grappelli (https://github.com/sehmaschine/django-grappelli) that help alleviate that.
Re: Dear Python, Why Are You So Ugly?
#18Re: Dear Python, Why Are You So Ugly?
#19I have to strongly disagree on the documentation. The Python online documentation for the language ( http://docs.python.org/reference/index.html ) and the standard library ( http://docs.python.org/library/index.html ) are a pleasure to read and navigate. And, easily Googlable; the search "python docs x " on Google usually has the Python documentation for x as the top hit.
Re: Dear Python, Why Are You So Ugly?
#20Is this really a python issue, or a ruby specialty? If you look at programming resources for any language but ruby, I'll bet they're more like the python pages linked there than the ruby ones. I suspect that ruby just has an especially beauty and design focused culture. Python is a little more old school. This might drive some people away from python, but there are other things that drive them to it.