Published inThe StartupUnderscores in PythonThis post discusses the use of the _ character in Python. Like with many things in Python, we’ll see that different usages of _ are mostly…Oct 21, 2020A response icon3Oct 21, 2020A response icon3
Python’s `NotImplemented` TypeThis post discusses Python’s NotImplemented built-in constant/type; what it is, what it means and when it should be used.May 18, 2018A response icon1May 18, 2018A response icon1
Importing `*` in PythonThis post discusses Python’s from <module> import * and from <package> import *, how they behave and why it may be (is!) a bad idea to use…May 9, 2018A response icon2May 9, 2018A response icon2
The Optional `else` in Python’s `try` StatementThis post discusses the else clause in Python’s try statement. Although this particular use of else may not be as forgotten and…May 6, 2018A response icon2May 6, 2018A response icon2
Published inThe StartupThe Forgotten Optional `else` in Python LoopsIn this post we’ll discuss Python’s for...else and while...else syntax, one of the most rarely used and misunderstood features in Python.Apr 28, 2018A response icon8Apr 28, 2018A response icon8