Python vs. Go - Making the same utility in each
Talk 25 min
Ed Crewe
This talk explores the differences between Python and Go.
When I first learnt Go for a new job, I thought the best way to do it was to build something in it.
I have an old python package https://github.com/edcrewe/django-csvimport
Therefore I set myself the challenge of writing the same utility in Go.
A tool to allow quick loading of CSV files to a common ORM for Go.