The title is a bit of a lie. I think Python is a good, practical, language, and relatively easy to learn and to teach. Its vast collection of libraries let you slap together a program to do virtually anything you want. It doesn’t have the beauty of APL or... (more…)
Read more »
Strange and odd python snippets explained. Contribute to pablogsal/python-horror-show development by creating an account on GitHub. (more…)
Read more »
While grokking the source code of http.HTTPStatus module, I came across this technique to add additional attributes to the values of enum members. Now, to understand what do I mean by adding attributes, let's consider the following example: # src.py from ... (more…)
Read more »
A Python subset for a better MLIR programming experience - Huawei-CPLLab/PyDSL... (more…)
Read more »