News

With Python version 3.6, f Strings were released as a much more convenient way of adding variables inside of strings or actually embedding expressions. In this video, I will be going over 5 useful f ...
I've been in several situations now where I want to iterate over an object's attributes (or some subset thereof). The only way I've figured out how to do this is just check each one manually and ...