Hacker News new | ask | show | jobs
by deep_attention 3686 days ago
Same experience here. Prototyping in Python remains faster. The possibility to inspect variables on the go in a notebook are an invaluable feature of this programming language. Afterwards you can always implement the time critical components in Go.