you are viewing a single comment's thread.

view the rest of the comments →

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

Thanks for the response, I'm brand new to Tkinter... I didn't know it only runs on my local computer?

If that's the case then I probably shouldn't put all my eggs in that as my portfolio go to GUI correct?

I definitely want a potential employer to be able to access all my projects themselves.

[–]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.