Viewing profile — newaroundhere
newaroundhere
HN member- Joined
- Fri, May 21, 2010, 6:49 AM UTC
- HN karma
- 8
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About newaroundhere
No profile information was provided.
Recent public activity
-
comment
Comment #1547455
I think there are two valid approaches here, depending on the project. One project I'm currently involved with has a team of content/design people who work on Django templates - gi…
-
comment
Comment #1493535
I think what he might be referring to is when you run an in-memory SQLite database in your unit tests (which is common practice, for speed and convenience). If the test server runs…
-
comment
Comment #1491363
I don't know what your experience is with #pocoo, but in general I have found the members courteous and helpful. If anything you seem a bit ignorant for rejecting a framework you o…
-
comment
Comment #1491040
I think for a web framework to be successful (all other things, like features, being equal) it needs a few essential ingredients: - plugin ecosystem. Not necessarily at the beginni…
-
comment
Comment #1490307
I'd also recommend a look at Flask: http://flask.pocoo.org/ . It's quite new but more polished and easier to learn than Pylons, and comes with excellent documentation and handy ext…
-
comment
Comment #1460336
Agreed; why not have a site like this at least for Python ? Any half-decent Python programmer should be able to pick up Django quite quickly, and I'd rather hire a good Python prog…
-
comment
Comment #1366619
I'm thinking of learning Rails (currently on Python/Django). However I don't want to put all the effort into learning Rails 2 if there are going to be a lot of changes. Is it worth…