Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PAGE Anyone?
#1
All:
Does anyone know of a website that supports The Python GUI Development Environment called "Page"?

Also, What is the GUI Designer of choice for Professional Python Developers?
Reply
#2
(Dec-23-2020, 04:09 AM)oradba4u Wrote: Does anyone know of a website that supports The Python GUI Development Environment called "Page"?
http://page.sourceforge.net/#Documentation

(Dec-23-2020, 04:09 AM)oradba4u Wrote: What is the GUI Designer of choice for Professional Python Developers
One would select a GUI framework, not GUI designer. There may be designer avaiable or not. Also many don't use designer for various reasons - e.g. they think designer generates too much redundant code or that it's quicker to write themselves.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
The documentation there is pretty sparse, and not too detailed... For example, I created 4 radio buttons per their example, and when I click one, ALL of them get selected.
Reply
#4
Do you need to write a traditional desktop app? Another option is of course to write a web app.
Reply
#5
I never used it, but the docs look quite extensive - http://page.sourceforge.net/html/index.html

If radiobuttons don't work as expected it's hard to tell what the reason is. I see 2 possibilities - (i) you did something wrong (e.g. you didn't change the default value of some attribute of the widget in the designer Attribute editor) or (ii) by default the code being generated needs to be altered manually afterwards.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#6
OK, many thanks... but, what about the other half of my question...

What is the (best?) GUI development environment of choice for Python by you programmers out there, and why did you choose it? I don't want to go down a dead-end road by picking the wrong GUI development environment... I'm looking for something well documented (including books, tutorials, examples, etc.), well supported (with user forums, articles, etc.), works with the latest versions of python (3.8,3.9), and doesn't cost half a Covid-19 relief check (if we ever get another one :)
Reply
#7
(Dec-23-2020, 05:34 PM)oradba4u Wrote: OK, many thanks... but, what about the other half of my question...

What is the (best?) GUI development environment of choice for Python by you programmers out there,...

I don't use any. You learn more without it.

(Dec-23-2020, 05:34 PM)oradba4u Wrote: I'm looking for something well documented (including books, tutorials, examples, etc.), well supported (with user forums, articles, etc.), works with the latest versions of python (3.8,3.9), and doesn't cost half a Covid-19 relief check (if we ever get another one :)

only a small selection, search here in the forum and you will find more

https://thispointer.com/python-programming/
https://pynative.com/
http://zetcode.com/tkinter/
http://zetcode.com/wxpython/
https://python-gtk-3-tutorial.readthedoc...index.html
https://www.learnpyqt.com/
Reply


Forum Jump:

User Panel Messages

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