1 min readFeb 21, 2020
Your story was great, I’m a go programmer who had to use Python because of Telethon Telegram API. Concurrency is almost impossible in Python, there’s an asyncio library but that just switches between tasks by using await keyword. Python gets dirty in large projects, ask a rookie to write a Python script and give it to a Python expert, it will take at least a day for them to understand what the heck is going on.
There’s no doubts, Go is superior.
But at the end of the day, these are all tools, a programmer should always be able to move on and improve on project basic.