Do I Need to Learn PyQt or Tkinter for My Python Projects?

0
2
Asked By CuriousCoder52 On

I've been learning Python for about two months now and have already completed a few projects. I'm currently working on an advanced calculator with history functionality, and I'd like it to have a user interface. However, I haven't learned HTML or CSS yet. Since I'm planning to dive into full stack development, should I learn HTML and CSS first, or can I skip PyQt or Tkinter since I don't foresee needing desktop apps in the future? Any alternative suggestions would be appreciated. Thanks!

1 Answer

Answered By TechWizard99 On

Desktop applications have been declining in popularity compared to web applications for years. So, learning PyQt or Tkinter isn't necessary at all. Just focus on what you want to build for the future!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.