Why We switched from Python To Go
medium.com
Why We switched from Python To Go
1–10 of 79 posts
Re: Why We switched from Python To Go
#25 Reasons Why We Switched from MySQL to Postgres
Why We Switched from Postgres to Oracle
11 Reasons For Switching From Oracle To KDB
7 Reasons Why We Switched from Go to Fortran-77
Grammar errors are provided for free by The Author.
Re: Why We switched from Python To Go
#3I used to read these things but given that I've read one, I've read em all.
The only reason people keep writing these things is blog filler to promote their company or do indirect recruiting. Surely cannot be cause anyone cares why you use a blue pen instead of a black pen.
Re: Why We switched from Python To Go
#4It's really weird to see one of the reasons for their switch to Go was because it's a statically typed language. If you want static typing, you don't choose Python in the first place. You know it beforehand and it shouldn't come as a surprise for you.
> For example it has http, json, html templating built in language natively
So does Python with urllib and json modules. I don't know if it has HTML templating in the standard library, but you can always use jinja2.
> Great IDE support and debugging
Not even a mention for the excellent PyCharm or so many of the useful Python vim plugins?
Re: Why We switched from Python To Go
#5Re: Why We switched from Python To Go
#6If the original title begins with a number or number + gratuitous adjective, we'd appreciate it if you'd crop it. E.g. translate "10 Ways To Do X" to "How To Do X," and "14 Amazing Ys" to "Ys."
Re: Why We switched from Python To Go
#7Goroutines are more performant than python threads if you don't understand the difference between a thread and a routine.
Re: Why We switched from Python To Go
#8Next up from The Author: 5 Reasons Why We Switched from MySQL to Postgres Why We Switched from Postgres to Oracle 11 Reasons For Switching From Oracle To KDB 7 Reasons Why We Switched from Go to Fortran-77 Grammar errors are provided for free by The Author.
Re: Why We switched from Python To Go
#9Point 3 Goroutines are more performant than python threads if you don't understand the difference between a thread and a routine.