1 follower
I like computers
The Referer http header (actually a misspelling of referrer) identifies the address of the webpage from which the resources has been requested. I...
Going by the documentation for all, one would think all iterables will early return. The following code will throw an AttributeError on the last item...
I noticed that the unittest pipeline was failing. I opened up the logs and saw a wall of text that took about 20 pages to scroll through to see what...
Django's Paginator works to batch your query items into pages. Under the hood it uses lazy slicing which is accomplished in sql by offset and...
Before Slack moved to release bot they used to have human deployment commanders work in 2 hour shifts to walk through deployment steps and monitor...
I superficially assumed a frozenset accounts for the order of items it was constructed with such that the following assertion would fail. assert( ...