Soon after joining Microsoft, Guido van Rossum has returned to his roots, hoping to find ways of making Python run faster. (more…)
Read more »
In this tutorial, you'll learn about assignment expressions and the walrus operator. The biggest change in Python 3.8 was the inclusion of the := operator, which you can use to assign variables in the middle of expressions. You'll see several examples of ... (more…)
Read more »
I’ve mentioned that most
programming languages are not context-free languages. Let’s take
Python as a first example. (more…)
Read more »
If you work with JSON regularly (90% of Python developers I suspect) you might appreciate the print_json function just landed in Rich v10.9.0 If you call this function with a string, Rich will decode the string, reformat it, and print it to the console wi... (more…)
Read more »