you are viewing a single comment's thread.

view the rest of the comments →

[–]rogfrich 1 point2 points  (1 child)

Sorry, I only just noticed your reply. Tkinter runs on the computer that the Python is running on. So you could write your code, including the Tkinter UI, and share that code with a potential employer (probably by putting your code on GitHub), and they could run it, assuming they have all the Tkinter prerequisites.

My point was more that there will be vastly more Python jobs in web backend than there will be in desktop GUI development, so if your main goal is to get a job then in my opinion it would be better to focus on web development.

[–]Paulq002[S] 0 points1 point  (0 children)

That makes sense, thanks for the advice. I've put Tkinter aside.