Hacker News new | ask | show | jobs
by capl 936 days ago
Interesting take! Although, writing client sided code is not really suited at all in Python due to the horrendous performance. That can be accepted when we're waiting for IO anyways behind a server, or when a new developer is learning to program, but apart from that, it's not really optimal at all.
1 comments

I’ve found the performance to be good. If you ever see slow client side performance there’s never an excuse for that in any language. JavaScript community are just bad programmers who add bloat to things unnecessarily. Anyone who’s actually benchmarked Python in the browser with real applications knows it’s impossible to see any actual difference in performance.