Python’s `NotImplemented` Type
This post has now moved to my Medium page.
In other news, if you’re interested in a curated list of must-watch Python videos, check out my py-must-watch list on Highlight.
360
Kudos
360
Kudos
This post has now moved to my Medium page.
In other news, if you’re interested in a curated list of must-watch Python videos, check out my py-must-watch list on Highlight.
This post discusses the use of the _ character in Python. Like with many things in Python, we’ll see that different usages of _ are mostly (not always!) a matter of convention. Single Lone Underscore (_) # This is typically used in 3... Continue →