Answer the question
In order to leave comments, you need to log in
Thresholds of Python and Golang entry?
Actually, the question is in the header. I understand that this is an individual question, but to develop web applications in Python, you need to pull up Django (well, or Flask or Falcon), and on Go all this is available out of the box. Is it so?
Answer the question
In order to leave comments, you need to log in
There
is nothing similar to Django in Go out of the box. The threshold of entry into python and go, IMHO, plus or minus one. Python is easy to get into because of dynamic typing, Go is easy to get into because there is literally nothing in the language and all its features are covered and learned in the first week. Plus, concurrency is very simply implemented in go, it is also multithreading. In python, this is more difficult.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question