Shahriar TajbakhshinThe 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, 20203Oct 21, 20203
Shahriar TajbakhshPython’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, 20181May 18, 20181
Shahriar TajbakhshImporting `*` 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, 20182May 9, 20182
Shahriar TajbakhshThe 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, 20182May 6, 20182
Shahriar TajbakhshinThe 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, 20188Apr 28, 20188