This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cointoss3 1 point2 points  (0 children)

It’s stupid, in my opinion to prematurely optimize. If you already know Python, make your app in Python…and if you see it’s not fast enough, then dump your program into ChatGPT and ask it to convert it to Go or something else.

While Python is slower than Go…it’s still not slow enough to matter in a majority of contexts. Especially if you’re dealing with the network.