Wednesday, 23 August 2017

Weekly Python Chat: Q&A: __dunder__ variables in Python

Ever wondered what two underscores around variables means? You may have seen __name__, __str__, __doc__, or other "double underscore" variables in Python. What are these "dunder" variables and what are they for? This week we'll do a Q&A about dunder variables.

No comments:

Post a Comment