How good and popular is Python in backend? Also, what are the other languages famous for this? Can you share some stats? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How good and popular is Python in backend? Also, what are the other languages famous for this? Can you share some stats?

I'd love to know about this thing from an experienced programmer but on the Internet I find random guys speaking non sense. Some don't even have proper knowledge of programming.

25th Nov 2017, 5:24 PM
Aditya Rana
1 Answer
+ 7
Speaking as a random guy, you basically have four main options for your backend: - PHP - the old guy, reliable and effective - JavaScript - very capable frameworks for both frontend and backend, actually - Ruby - and its RubyOnRails framework, easy and fast-typing thanks to a rich handful of libraries - Python - and its most popular framework Django or other, more light-weight ones like Flask, Falcon or Bottle As for pros and cons, you might start with this article: https://gearheart.io/blog/7-best-frameworks-for-web-development-in-2017/
25th Nov 2017, 5:46 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar