Python or ActionScript 3.0
Hi, Is python similar to actionscript 3.0 Which is better to create a rich gui internet application? Is it AS 3.0 with flex or python with its GUI libs? Is python in demand? Heard that python is similar to lisp. But both python and AS 3.0 is almost identical. Which is more similar to lisp are powerful? Thank You. -- http://mail.python.org/mailman/listinfo/python-list
Re: Python or ActionScript 3.0
On Aug 16, 9:30 pm, paul wrote: > Jaseem schrieb:> Hi, > > > Is python similar to actionscript 3.0 > > Not really. > > > Which is better to create a rich gui internet application? > > Is it AS 3.0 with flex or python with its GUI libs? > > Flex+AS3 definitely! (it's been designed for that, no surprise here) > > > > > Is python in demand? > > Depends. It seems quite popular in the scientific community and for > system administration these days. > > > Heard that python is similar to lisp. But both python and AS 3.0 is > > almost identical. Which is more similar to lisp are powerful? > > If python is 100m away from lisp, than it's 102.32m for AS3. > > cheers > Paul > > > > > Thank You. > > Alright! -- http://mail.python.org/mailman/listinfo/python-list
Re: GUI interface builder for python
On Aug 17, 10:59 am, "l...@d@n" wrote: > Which is the best GUI interface builder with drag and drop > capabilities. > I am using Ubuntu GNU/Linux. > Please help me. > Thank you. There are many GUI builders for python. (Have to deal with the licensing issues.) Qt has a GUI builder. Glade (GTK+) for python is also good. Boa constructor is also nice. -- http://mail.python.org/mailman/listinfo/python-list