Skip to main content

All Questions

Filter by
Sorted by
Tagged with
7 votes
1 answer
1k views

Properly Structuring a Tkinter Application

I'm fairly new to object oriented programming and while I understand the basic concepts, I'm still having some trouble organizing my applications. I'm building a small Tkinter application as a ...
ShockDoctor's user avatar
1 vote
1 answer
72 views

Clear data-model layer in Django MVC

I have a Django model User ...
Denny's user avatar
  • 141
4 votes
0 answers
818 views

PyQt GUI to add and remove dots

Initially I got this code: ...
BPL's user avatar
  • 157
3 votes
2 answers
644 views

Is one view that handles two sibling models a good idea?

I am using Django multi-table inheritance: Video and Image are models derived from Media. ...
clime's user avatar
  • 241