econchick / new-coder

New Coder tutorials
zlib License
597 stars 394 forks source link

Add explanation for the buffer size in the API example. #167

Closed zerok closed 9 years ago

zerok commented 9 years ago

This contains an explanation to the buffer size used in the API example as well as a short statement about buffer sizing in general. I've also updated the implementation to use the iter_content helper function within requests for better readability.

econchick commented 9 years ago

This is great - I so appreciate it, thank you!

econchick commented 9 years ago

FYI Will deploy later this week when I review other PRs and issues