Thanks. I am early in learning Go but definitely liking it so far, and I respect the tradeoffs they have made to keep the language simple and performant.
I watch/read a lot of tech content that discusses language features & limitations, but at the end of the day I’m still only an expert in Python and SQL. And I even then, just the data wrangling areas of Python.
I imagine a good data stack being Go for networking and Extract/Load jobs, and then dbt/SQL for data modeling. Probably don’t even need Python until you get into AI/ML.
Login to reply
Replies (1)
it truly boggles my mind that python is the AI/ML language when it's literally 10x slower than Go/C/etc
LLMs need to be written in C also, really, so they can be compiled for GPU processing, because they are built from special types of hash collision searches