Is it worth to learn Python GUI from desktop point of view or should I focus on web applications of Python?
I found the following link related to Python GUI: https://wiki.python.org/moin/GuiProgramming
I have PyCharm installed on my Ubuntu 18.04. Please guide me which web GUI and desktop GUI platform would work with PyCharm?
Hi @Zulfi6000, if you’re planning to develop web applications then there’s little point in learning a python GUI framework – in fact, it’s the other way round in that many of these frameworks actually make use of web technologies like HTML and CSS.
Support for (frontend) web languages in pycharm is limited AFAIK but basic syntax highlighting should work.