[Tutor] Porting PHP web app to Python GUI

RĂ¼diger Wolf rudiger.wolf at throughputfocus.com
Mon Oct 12 15:14:11 CEST 2009


On Mon, 12 Oct 2009 14:17 +0200, "Dotan Cohen" <dotancohen at gmail.com>
wrote:
> I prefer the second route, but I want to know if this seems reasonable
> in Python:
> 1) GUI with several input areas which are analogous to the HTML
> Select, Input=Text, and Textarea fields.
> 2) insert the data collected into an sqlite database
> 3) Retrieve and display data from the database using predefined queries.
> 
> I am familiar with the SQL language, some PHP and some C programing. I
> have never done GUI programming other than HTML. Does PyQt seem to
> have a reasonable learning curve for this application?
> 

EasyGUI makes it simple to add GUI to python app.
http://easygui.sourceforge.net/



More information about the Tutor mailing list