Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Before investing time in learning a new language you may want to consider other "features" of a web framework that may help you choose. For example, give a try to web2py since it does not require installation (just unzip and starts). It includes sqlite and ssl enabled web server. You can do all development and maintenance via the web interface. In 5 minutes you should be able to write a simple app like:

    def hello(): return "Hello %s" % request.vars.name
Then you decide if it is worth your time to learn the language. Usually learning the APIs of a framework take more time than learning the language it is based on.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: