LeetCode Two Sum With Go

Getting started with Golang for Python users

Jay Peterman
Towards Data Science
9 min readJan 5, 2022

--

Photo by Karla Hernandez on Unsplash

I like to use LeetCode to get started with new languages. It’s a simple way to get familiar with new syntax while also reviewing data structures and algorithms. I’m primarily a Python user, and I wanted to highlight some of the new concepts you need to understand to help translate your Python knowledge into Go.

--

--