Python library providing function decorators for configurable backoff and retry - litl/backoff... (more…)
Read more »
Abstract Syntax Tree is an extremely useful tool. It provides a tree representation of a source code, that can be traversed to parse the code while understanding the code’s language constructs. In this article, we explain how we have used ASTs to write In... (more…)
Read more »
Jack DiederichClasses are great but they are also overused. This talk will describe examples of class overuse taken from real world code and refactor the un... (more…)
Read more »
A fast python HTTP server inspired by japronto written in rust. - Project-Dream-Weaver/Pyre... (more…)
Read more »