Should I Use Tkinter, C or C# to Make a GUI in Python? -


i building quiz program can personalized want add gui it. have seen pieces of software implement c , c# python. should use tkinter make gui or should use c or c#. can please tell me book beginners can use learn tkinter/c/c#. thanks.

when writing program, should avoid using multiple languages unless need to, simple gui program.

in case, learning c/c# purpose of creating gui seems overkill me -- not need learn entirely new programming language, need learn how use whatever gui library popular within c/c#! you'd right started -- having learn how use library.

instead, python has several great gui libraries can use. tkinter bundled default within python standard, there are other gui libraries available, wxpython or pyqt. here's a comparison of different python gui libraries.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -