begginer… Python Try Except 16 Mar 201927 Nov 2019 I've been hearing this question a lot, "how do I do a try catch in python", and sometimes "how to i ignore an exception in python and keep going". I…
begginer… Python F String 20 Feb 201920 Mar 2019 Being python's birthday today, or the anniversary of Guido Van Rossum's announcement of python, I figured I'd post something cool for the community. There actually isn't an F string on…