+ 1

How do I go about this?

Hey guys, I am using Python's GUI interface, Tkinter, to try to create a click counter. Basically it adds up the times you clicked in ten seconds and divides it by 10. I have most of it but I don't know if I should use OOP or functional programming. Although I don't know how to use much of either. I kinda hate that.

5th Dec 2017, 1:07 PM
ΞⓀⒾⓃⒼΞ
ΞⓀⒾⓃⒼΞ - avatar
1 Réponse
+ 3
OOP can show its full power if you develop in teams. I think you dont mean functional programming (lambda, closures, functions as objects...) but working with def fun(): Finally- do what you want. Both will do it.
5th Dec 2017, 7:25 AM
Oma Falk
Oma Falk - avatar