Thread
Stories related to "Go for Pythonistas" across the full archive.
[Github Source](https://github.com/constabulary/gb)
I really enjoyed this! I would love hearing more stories about deploying Go apps to production. I have really enjoyed using Go so far, but haven't deployed anything that needs to handle large amounts of traffic.
Gaining technical depth via compare and contrast: resource cleanup in Python, Go and C++
(codewithoutrules.com)
[Github Repo](https://github.com/google/grumpy)
Quick overview of why we ended up switching. Python has been my go to language since 2008. It's great for quickly spinning up a CRUD API. Tools like Django and DRF are just super productive. For Stream Python became a bottleneck though. Things like serialization, ranking and aggregation are just har...