In software, it's said that all abstractions are leaky, and this is true for the Jupyter notebook as it is for any other software.
I most often see this manifest itself with the following issue: (more…)
Read more »
Collection of code snippets, tips and tricks for Numpy, open source Python numerical library... (more…)
Read more »
Turn your raw SQL queries into fully type annotated Python functions with a single decorator. - GitHub - racinette/querky: Turn your raw SQL queries into fully type annotated Python functions with ... (more…)
Read more »
Open source repositories can be vectors for maliciousness, so look before you run. (more…)
Read more »
The following is a performance comparison of several (pure) Python implementations, for a large part of the Shed Skin example set . I left o... (more…)
Read more »