Hacker News new | ask | show | jobs
by forrestthewoods 1526 days ago
> main reasons to use Python is to prioritize development speed

My experience with Python is that it slows development speed to a crawl due to dynamic typing. It’s maybe faster to write the first 1000 lines. But after that it becomes slower and more painful. At least in my experience.