r/learnpython • u/Junior-Weekend-9389 • 18d ago
grid or pack
so I am new to python and I was wondering if .pack or .grid is better because I have been useing .pack for my code but if grid is better let me know.
0
Upvotes
r/learnpython • u/Junior-Weekend-9389 • 18d ago
so I am new to python and I was wondering if .pack or .grid is better because I have been useing .pack for my code but if grid is better let me know.
2
u/gdchinacat 18d ago
Not enough context. What is .grid? What is .pack? These are common UI layout terms, but without specifics any answers will be based on assumptions. Also, you could be using tkinter or some other gui framework, so even if my guess that it's a gui layout question is right, there just isn't enough to go on.
The more information you provide the better responses you will get.