As of Python 3.6, f-strings are a great new way to format strings. Not only are they more readable, more concise, and less prone to error than other ways of formatting, but they are also faster! By the end of this article, you will learn how and why to st... (more…)
Read more »
Code shown in the video: https://www.dropbox.com/s/mhtvh64qjy5qoe0/quine.py?dl=0 Gödel, Escher, Bach by Douglas R. Hofstadter: https://amzn.to/2C3NPiC... (more…)
Read more »
This ZDNet article
was published a few days ago about how "Python apps might soon be
running on Android". It summarises some recent developments in Android
support for CPython, but disappointingly it’s highly misleading about
some key points. In particula... (more…)
Read more »