Earlier quoted context omitted.
> Bit more work on layout Serif font for headers and sans-serif for body looks wrong - usually it's the other way around. OTOH many people prefer sans-serif for digital media and serif for paper media. For example Wikipedia is sans-serif only.
I'm not a designer either, but I don't think there was anything wrong with the choice of fonts. I'm on a HTPC and I've found the body to be quite readable. The header's font seems kind of Comic Sans-y, but I for one have absolutely no problem with it. My beef is with the space between paragraphs, which I think is too short. And I'd probably move the separating lines to before the subheaders rather than below them.
New Py articles website. Do I suck at this?
11–20 of 24 posts
Re: New Py articles website. Do I suck at this?
#12Reduce the negativity; other than that the resources are good.
Re: New Py articles website. Do I suck at this?
#13Your headline needs some work: "Do I suck at this?" Reduce the negativity; other than that the resources are good.
Re: New Py articles website. Do I suck at this?
#14Good web site, will be better if you add more content and I believe it will be useful for pythoners T.T
Re: New Py articles website. Do I suck at this?
#15Very nice. Keep up the good work!
Re: New Py articles website. Do I suck at this?
#16Good initiative, I hope you'll keep posting more content.
Re: New Py articles website. Do I suck at this?
#17Give each section some space.. as with code, indentation will make your content more readable.
Reduce the unnecessary typography.. the titles, body text and code blocks all compete and are inconsistent. There are some great mono-spaced fonts that are part of wider family of type, pick a good font-family and stick to it.
The contrast between the dark-themed code blocks and the body text is just too jarring, you might want to try using a lighter code block or experiment with a darker themed body. A well designed color-scheme like solarized can handle the change of contrast while maintaining harmony. Have a good look at a range of color-schemes and see how you might be able to use one of those colors consitently throughout the site.
Where's the index? I might want to jump to a certain section, or just see what's below without having to skim the whole page.. it's a basic usability feature, but pretty important.
Keep at it, sucking is all part of getting good.
Re: New Py articles website. Do I suck at this?
#18Re: New Py articles website. Do I suck at this?
#19@bcambel decorators_part1.html refers to time_me "As you see time_me is a function which..." . Should probably be "intercept_me". So yeah, there's a bit of suck in there ;-)
Re: New Py articles website. Do I suck at this?
#20It's a good resource, so some simple advice.. Give each section some space.. as with code, indentation will make your content more readable. Reduce the unnecessary typography.. the titles, body text and code blocks all compete and are inconsistent. There are some great mono-spaced fonts that are part of wider family of type, pick a good font-family and stick to it. The contrast between the dark-themed code blocks and…
Index is a really good idea, I'm thinking to implement something like a floating left menu.. what do you think ?
Thanks for the advice, I appreciate a lot!