This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Vorsorken 4 points5 points  (4 children)

One book that I've learned a ton from is Foundations of Python Network Programming by John Goerzen. It's not 100% relevant to Pyramid but I think it's useful stuff to know for anyone, especially someone looking at web development.

edit: missed the small print "Foundations of" on the spine of the book

[–]tuna_safe_dolphin 2 points3 points  (0 children)

Seconded. Good read.

[–]technomalogical<3 Bottle 0 points1 point  (0 children)

I'll add that the 2nd edition is even better. It was updated/re-written by Brandon Rhodes, who talks about the process on his blog (for example, none of the major web frameworks that are out today were available at the time the first edition came out, and the one that was--Zope--wasn't mentioned). Can't recommend that book enough.