How to do: Web Page Layout WYSIWYG with controls to be back-ended by Python
-
wrote on 16 Jul 2015, 13:23 last edited by
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...
-
wrote on 16 Jul 2015, 13:37 last edited by
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.
2/2