Ingap.dev - A Personal Dev Blog

I would spend 55 minutes defining the problem and then five minutes solving it. (Albert Einstein)

Tag: oop

See the content related to oop...

Tuesday 3 November 2020

[Python] Kivy: Bind button to a class method with arguments

Here's how to bind an object's event to a class method in Kivy, a Python framework for creating cross-platform applications.

functools GUI kivy oop

Monday 30 March 2020

AttributeError: 'super' object has no attribute '__getattr__'

How did I solve this AttributeError in Kivy.

kivy oop