New answers tagged tkinter
1
vote
Solve a system of linear equations with Gauss algorithm
I somewhat doubt that the original poster is still around, but for posterity:
700 lines is too long for such a program. It's too hard-coded (a, b, ...), and not flexible enough - it only supports up ...
2
votes
Solve a system of linear equations with Gauss algorithm
Not only are names like a1 and b2 non-descriptive, but they all of these objects should probably be in lists or dictionaries ...
2
votes
Solve a system of linear equations with Gauss algorithm
UX
When I run the code, the GUI title has the acronym "LGS". It would be
helpful to spell out the acronym somewhere in the window.
Also, I do not know what I should enter into each field. ...
0
votes
A tabbed calculator with tkinter
Portability
I get a syntax error when I run the code:
NameError: name 'my_subtraction' is not defined
In all_tabs.py, this line ...
Top 50 recent answers are included
Related Tags
tkinter × 359python × 357
python-3.x × 140
gui × 67
beginner × 58
object-oriented × 34
game × 31
calculator × 20
python-2.x × 17
performance × 15
matplotlib × 10
youtube × 9
multithreading × 8
tic-tac-toe × 8
classes × 8
user-interface × 8
mvc × 7
animation × 7
sqlite × 7
canvas × 7
minesweeper × 7
tk × 6
image × 5
csv × 5
web-scraping × 5