Have you heard people say that async Python code is faster than "normal" (or sync) Python code? How can that be? In this article I'm going to try to explain what async is and how it differs from… (more…)
Read more »
Why ask this question?It's no secret that I want a Python implementation for WebAssembly. It would not only get Python into the browser, but with the fact that both iOS and Android support running JavaScript as part of an app it would also get Python on t... (more…)
Read more »
I come from a functional programming background, so I a lot of love for functions and so-called anonymous functions or lambdas. However, I have realised that I don't make use of Python's lambda syntax... (more…)
Read more »
Beyond the print() function in Python
Hey guys, today I am going to talk about some features of the print() function in python. You will probably have come across some of these functions while others could seem new.
Let's start by understanding the b... (more…)
Read more »
Build an English vocabulary bot that returns meanings, examples, synonyms and antonyms over WhatsApp. (more…)
Read more »