I finsh the basics of python but I'm stuck on how to link code to GUI, any advice or tips ? Or websites that can help me learn the standard way of creating a GUI and link it ot the code?!
I still consider myself a newbie in python. TKinter is the best and the easiest to learn, as wavic stated.
As for linking it to code, you would just need to reconfigure your variables to get their values from TKinter entry.
When you talk about Python basics, did you already master classes? Because classes are really helpful for GUI related programs. Without a good understanding you might struggle a bit
(Apr-03-2017, 02:51 PM)alicarlos13 Wrote: [ -> ]TKinter is the best and the easiest to learn
Easiest to learn, yes. Sufficient for most purposes, yes. Best? It lacks some important capabilities like multithread support...