• 0 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jul 07, 2023

help-circle
rss

Python or Go.

I recommend people try learning Python through Jupyter Notebooks as a first attempt. It’s nice being able to run individual blocks of code and auto printing of output is great for learning more quickly.

Go is just a generally straightforward language and is known for being productive after a short time of learning. Plus generating binaries that can run anywhere can be a motivator if you’re planning on sharing the output of your programming.