Looks great, now make the Python example actually interactive using a Javascript backend.
Python.org Redesign Preview
31–40 of 165 posts
Re: Python.org Redesign Preview
#321) The line numbers and spacings on the list example are confusing: The examples come from an interactive session, but the presence of line numbers suggest that it's a script. Also the spacing is inconsistent with what you'd get if you typed that into the standard python shell.
2) I think the drop down menus from the top of the page are much bigger and obtrusive than they need to be. When I opened the page, my mouse went over the "Success Stories" tab, and I saw a big white "Google" logo in the middle of the page. The eye is naturally drawn to it, and I spent a second or two like, "What is that doing there?" until I figured it out.
3) Maybe I would have a slideshow or "arrow-buttons" with more python examples than just the list. Basic usage of a list doesn't sell python as hard as, say, list comprehensions, arbitrarily large integers, and/or manipulating sets.
Re: Python.org Redesign Preview
#33Looks great. That example on the front page might want to pick a different variable name, though. It sort of looks like you're using the number 1 as the variable.
Re: Python.org Redesign Preview
#34using 'l' as a variable name seems like bad practice… it looks like a 1!
Re: Python.org Redesign Preview
#35Serif font makes the l look like a 1 in the code.
Re: Python.org Redesign Preview
#36Re: Python.org Redesign Preview
#37One of my biggest bugbears of learning from the official docs was trudging through python.org. Hopefully this addresses that. Loving the redesign - clean, functional and pretty as well.
You had problems learning because you didn't like how Python's web site was styled?
This is especially important for accommodating users with conditions like ADHD.
Re: Python.org Redesign Preview
#38If it is just a separator it should not increase the font. Else it should have proper label.
Re: Python.org Redesign Preview
#39Looks great, now make the Python example actually interactive using a Javascript backend.