Comment by Guest on 2005-03-31 23:19:28 Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform. [URL=http://www.jython.org/]Jython[/URL] |
Comment by Guest on 2005-04-01 00:10:02 After a great reluctance, I started learning Python during last christmas vacation. It is definetely rewarding. However I find Ruby to be more appealing and have recently started learning it too. My problem with Python is that some of the new constructs (decorators, attributes etc) are not thouroughly discussed in books . Maybe I am looking at the wrong books. |
Comment by Guest on 2005-04-14 09:58:23 Jython is a good glue language. But I think ,Python, however good it may be does'nt have a killer web application framework yet. Looks like ruby has it in Ruby On Rails. There is already a .NET Ruby On rails port. http://www.theserverside.net/news/thread.tss?thread_id=33233
|
Comment by Noname on 2005-11-30 10:36:35 As Python certainly is the older language with a broader audience, there is no "kill" web application framework. There are a number of frameworks, depending upon what you want and need. Quixote, CherryPy, Cheetah, Paste, Twisted/Nevow, Django, TurboGears and so on. And before you complain about the pain of choosing the right one -> you surely do not want to imply that Ruby On Rails is right for all web applications, be it an embedded web app in some appliance, or a huge site with more than 1000 hits per second, right? yacc |