A
A
Alexander Pikeev2020-07-12 16:05:49
Python
Alexander Pikeev, 2020-07-12 16:05:49

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

1 answer(s)
R
Roman Kitaev, 2020-07-12
@deliro

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 question

Ask a Question

731 491 924 answers to any question