Code Snippets

Language: Python

HTTP GET with requests

GET a URL with the requests library and raise on non-2xx.

Author: chris

Write Lines to a File

Open a file for writing and emit a few lines.

Author: chris

Read a File Line by Line

Iterate a text file lazily with a context manager.

Author: chris