py2rs - A quick reference guide for the Pythonista in the process of becoming a Rustacean... (more…)
Read more »
Exploring golang - can we ditch Python for go? And have we finally found a use case for go? Part 1 explores high-level differences between Python and go and gives specific examples on the two languages, aiming to answer the question based on Apache Beam a... (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 »
FastAPI is a modern web framework in Python that offers performances in par with Node or Go. In this article learn how to get started with it. (more…)
Read more »