Python nightmares: Implicit this
Posted on 11 May 2015 in articles • Tagged with Python, programming
I met a lot of Python beginners who complained about this keyword not implicitly available in class methods. After all, why pass self explicitly?
Continue reading