"There are a lot of PEPs about typing!" said Guido van Rossum at the Language Summit. Since 2014 there have been ten PEPs approved for Pyth... (more…)
Read more »
I think that went well! Head over to github to see some of the code involved.https://github.com/standupmaths/xmastree2020This is the original video:https://w... (more…)
Read more »
Python decorator for `TODO`s. Inspired by https://github.com/davidpdrsn/todo-or-die and https://github.com/searls/todo_or_die - GitHub - achedeuzot/py-todo-or-die: Python decorator for `TODO`s. Ins... (more…)
Read more »
In this step-by-step Seaborn tutorial, you’ll learn how to use one of Python’s most convenient libraries for data visualization. For those who’ve tinkered with Matplotlib before, you may have wondered, “why does it take me 10 lines of code just to make a ... (more…)
Read more »
Autodiff created in Python. Full ahead-of-time compiler. Reduces to ~12 simple operations. Multiple IRs (Graph IR --> Procedural IR). Kernel Fusion, Memory/Computation Optimization - Eshaancodin... (more…)
Read more »