Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Some small questions
#4
(Jun-05-2020, 01:31 PM)Kael90 Wrote: Aaaand i cant find a correction button... is there a good IDE for Windows?
My personal favourite is VS Code, with Sublime Text 3 following closely. They both support many more languages than Python. Sublime text is more of a 'code editor'. It has syntax highlighting but no proper debugging functions or anything like that. You could say it's a fancier version of notepad++. It's small, fast and easy to use.
For me though, I like VS Code. It has many, many good extensions. It has breakpoints, debuggers and supports python web applications like Django and Flask (however I don't use those). It is also developed by Microsoft so it probably gets more frequent updates.
If you want to go full out, then you can use Visual Studio, but for making a python program I think it's a bit over the top (and its large and slow to open up)
(Jun-05-2020, 01:31 PM)Kael90 Wrote: I heard of PyQT5. But didnt you have to pay for it? If i remember correctly.
QT supports open source programs for free, I believe, but if I recall correctly commercial use does mean you need to buy it.
You did mention possibly going commercial, so in that case, doing a bit of looking around it seems 'KIVY GUI' is a very popular python gui framework. I have never used so I can't comment on it.
If you were still looking for a drag and drop gui builder, then there is one called 'PAGE' for tkinter. I have installed and played with a bit, but not much. I try to avoid tkinter since it's a bit unintuitive.
It's really up to you what you want to choose. Googling something like 'best python gui frameworks 2020' and reading some of the articles might help you find one you like.
Reply


Messages In This Thread
Some small questions - by Kael90 - Jun-05-2020, 01:17 PM
RE: Some small questions - by DreamingInsanity - Jun-05-2020, 01:29 PM
RE: Some small questions - by ndc85430 - Jun-06-2020, 08:07 AM
RE: Some small questions - by DreamingInsanity - Jun-06-2020, 08:50 AM
RE: Some small questions - by ndc85430 - Jun-06-2020, 01:37 PM
RE: Some small questions - by Kael90 - Jun-05-2020, 01:31 PM
RE: Some small questions - by DreamingInsanity - Jun-05-2020, 07:13 PM
RE: Some small questions - by DreamingInsanity - Jun-05-2020, 07:18 PM
RE: Some small questions - by Kael90 - Jun-05-2020, 08:58 PM
RE: Some small questions - by DreamingInsanity - Jun-05-2020, 10:13 PM
RE: Some small questions - by Kael90 - Jun-05-2020, 10:27 PM
RE: Some small questions - by snippsat - Jun-06-2020, 08:16 AM
RE: Some small questions - by Kael90 - Jun-08-2020, 12:46 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020