Skip to content

Instantly share code, notes, and snippets.

View jacobwallenberg's full-sized avatar

Jacob Wallenberg jacobwallenberg

  • @flip-inc
View GitHub Profile
import requests
r = requests.get('https://api.github.com/events')
r.json()
import requests
r = requests.get('https://api.github.com/events')
print(r.content)
r = requests.get('https://api.github.com/events', stream=True)
print(r.raw)
r = requests.get('https://api.github.com/events', stream=True)
print(r.raw.read(10))
Title Author
Powerful Patty McCord
The Square and the Tower Niall Ferguson
Why We Sleep Matthew Walker
Principles Ray Dalio
The Art of Doing Science and Engineering Richard W. Hamming
Grit Angela Duckworth
Red Notice Bill Bowder
Troublemakers Leslie Berlin