Hacker News new | ask | show | jobs
by sgt 877 days ago
Just try Django.
1 comments

Isn’t python/django quite slow?
Not really. With caching it becomes quite fast. If you need extreme speed, look into a small go service or similar, but for most cases Django will be fast enough.
Slow compared to what? For what use cases?