Skip to main content
added 158 characters in body
Source Link

New status: I´ve refactored the code trying to follow the recommendations from the guys who answered this question. The new version is on the link above.

New status: I´ve refactored the code trying to follow the recommendations from the guys who answered this question. The new version is on the link above.

Refactored code
Source Link
edited body; edited title
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

Calculator in Python3Python 3 using Tkinter

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.

Calculator in Python3 using Tkinter

I´m a beginner developer and I chose Python as my initial language to learn. This is my very first project: a calculator using tkinter for GUI.

I´ve tried to apply some OOP and modules approach, as an attempt to make it like a real job, instead of simply put it all on a single file or procedural mode.

I need some feedback about module naming and organization, class naming and organization, pep-8 style, structure in general.

I tried to use separate modules and classes as an attempt of using good practices.

Calculator in Python 3 using Tkinter

I'm a beginner developer and I chose Python as my initial language to learn. This is my very first project: a calculator using Tkinter for GUI.

I've tried to apply some OOP and modules approach, as an attempt to make it like a real job, instead of simply putting it all on a single file or procedural mode.

I need some feedback about module naming and organization, class naming and organization, PEP-8 style, and structure in general.

I tried to use separate modules and classes as an attempt to use good practices.

Tweeted twitter.com/StackCodeReview/status/1121836391548243970
added 12 characters in body; edited tags; edited title
Source Link
200_success
  • 145.7k
  • 22
  • 191
  • 481
Loading
Source Link
Loading