InThe StartupbyShahriar Tajbakhsh·Oct 21, 2020Underscores 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…A response icon3A response icon3
Shahriar Tajbakhsh·May 18, 2018Python’s `NotImplemented` TypeThis post discusses Python’s NotImplemented built-in constant/type; what it is, what it means and when it should be used.A response icon1A response icon1
Shahriar Tajbakhsh·May 9, 2018Importing `*` 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…A response icon2A response icon2
Shahriar Tajbakhsh·May 6, 2018The 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…A response icon2A response icon2
InThe StartupbyShahriar Tajbakhsh·Apr 28, 2018The 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.A response icon8A response icon8