How to do: Web Page Layout WYSIWYG with controls to be back-ended by Python
-
I want to use a WYSIWYG page layout tool to create the main web page (index.htm), adding controls, etc.; and will add the Python code to it within Python editor.
All of the PyQt and Qt docs, notes, etc. tell me that they are designed to create program forms for Windows, etc.
Any help would be appreciate greatly...
-
Yes Qt is mainly for desktop applications and is not designed with web development in mind.
I suggest you take a look at list at Python.org and choose a web framework from there.