I´mI'm a beginner developer and I chose Python as my initial language to learn. This is my very first project: a calculator using tkinterTkinter for GUI.
I´veI've tried to apply some OOP and modules approach, as an attempt to make it like a real job, instead of simply putputting it all on a single file or procedural mode.
I need some feedback about module naming and organization, class naming and organization, pepPEP-8 style, and structure in general.
I tried to use separate modules and classes as an attempt of usingto use good practices.