I wonder how many people realize that Python is has a lot of syntactic sugar? I’m not claiming it’s like a Lisp-based language where the syntax is as bare bones as possible (although the Lisp comparison is not entirely unfounded), but much of Python’s syn… Read more
Similar
On UNIX-like operating systems you can have the Python equivalent of node_modules today, for every Python version, without changing your workflows. (more…)
Read more »
My inspiration from the trendet Python package is to create a general method for a ChartCls class, that conveniently draws a span of… (more…)
Read more »
Recently I had to analyce a large amount of text data using Amazon comprehend, a natural language processing (NLP) service that uses machine learning to find insights and relationships in text. Here is how I did it... (more…)
Read more »
The endlessly quoted 1975 comedy remains both a clear product of its era and a timelessly funny masterwork... (more…)
Read more »
Type annotations and support for passing nested values with data classes provides a significant improvement to the Python experience. (more…)
Read more »