Live data from Hacker News

Python for Humans

speakerdeck.com

71–74 of 74 posts

Re: Python for Humans

#71

Slightly off topic: in an effort to become a better programmer, and to improve the Python ecosystem, I've tried to write a "for Humans" style logging library. Would anyone mind giving me feedback? http://peterdowns.com/lggr/

Most unpythonic module name ever. Change it to logger.

Re: Python for Humans

#72

requests & envoy have saved me a huge amount of hours. I wish I met Kenneth when he was in Toronto this weekend, I would have bought him anything he wanted.

I'm still in Toronto :)

Going straight to the Python Stockholm Meetup after yer flight? :-O Mmmmh, jetlag

Re: Python for Humans

#73
post #63

Earlier quoted context omitted.

And also, what's the main font used for all the text? It's a lovely serif

Looks like this one: http://www.azfonts.net/load_font/high_tower_text.html

Spot on. Thanks! http://www.myfonts.com/fonts/fontbureau/hightower/textroman/

Re: Python for Humans

#74
post #68

Earlier quoted context omitted.

A little nitpick. In your tutorial you do: $request = Requests::get(...); This should really be: $response = Requests::get(...); As you get a Response object back.

Good point, thanks. I'll fix that up.

I think in the Python version they just use "r" so it's ambiguous.
Post reply on HN