Live data from Hacker News

Python.org Redesign Preview

preview.python.org

51–60 of 165 posts

Re: Python.org Redesign Preview

#52

The problem with python's website was never that it wasnt "Sexy" enough to attract newcomers. Its that the documentation was never as well written or well organized as other languages/libraries like ruby and jQuery.

Really? I've always found Python's documentation (especially the official tutorial) to be excellent. What do you think could be improved about it?

Re: Python.org Redesign Preview

#53
I really hate saying this because I know it must have taken a lot of work to get to this stage... but it looks very 2005. Fewer gradients and shadows and try to slim down the menus and columns. I know the current site isn't exactly a beauty, but I liked how it had a Wikipedia-like gravitas. This design looks too young for the audience.

Re: Python.org Redesign Preview

#54

Looks nice, but my first thought when I looked at the code example: 1 >>> l = ['spam', 'ham', 314, 23] was "wait, how are they assigning a list to the number 1? How is that possible? Oh... that's an l". (Not a fan of that. I'm half blind (figuratively) so these things confuse me.)

I use customized font, so the number "1" looks exactly like the letter "l" here to see http://grab.by/kMFW

Re: Python.org Redesign Preview

#55
post #5

Great work! Some thoughts from a purely personal perspective, take them as you will: - I often refer non-programmers to python.org when they ask what that "Python" thing I do all day is. If this is a significant portion of your traffic, I might move the "Python is a programming language..." bit higher up the page. - "Integrate systems more effectively" doesn't mean much to me, but if the landing page is a tool for de…

"I might move the "Python is a programming language..." bit higher up the page." If you look at the site with a text browser like lynx then this is even more important. Lots of menus and other things that assume you know what's going on, then finally on the next page break or two an explanation. Make that all but topmost. (And y'all ought to view your sites with a text browser once in awhile, it will give you a rough…

If you're using lynx for browsing, you already know what Python is.

Re: Python.org Redesign Preview

#58

I really hate saying this because I know it must have taken a lot of work to get to this stage... but it looks very 2005. Fewer gradients and shadows and try to slim down the menus and columns. I know the current site isn't exactly a beauty, but I liked how it had a Wikipedia-like gravitas. This design looks too young for the audience.

The previous one looked very 1998 so it's still a progress

Re: Python.org Redesign Preview

#60
When I hover over one of the buttons (About being the first one I hovered on), when I move my mouse cursor down and to the right at the same time to go click "Learn more about the PSF", i accidentally hit the "Downloads" drop down, which then appears.

At that point I need to move my cursor back to "About", drag down, and then right.

Putting a time delay on there, or that Javascript that Amazon uses for theirs that detects mouse movement would be fantastic.

Post reply on HN