All Questions
4 questions
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 ...
1
vote
1
answer
72
views
Clear data-model layer in Django MVC
I have a Django model User
...
4
votes
0
answers
818
views
PyQt GUI to add and remove dots
Initially I got this code:
...
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. ...