View Single Post
Old 09-22-2017, 05:02 PM  
wankawonk
Confirmed User
 
Industry Role:
Join Date: Aug 2015
Posts: 999
I love python. It powers all of my websites. It's a great language for learning, too; lots of colleges use it for their first computer science course. You can do almost anything with it, and the code is usually easier to write than most other languages.

In order to run a high-traffic website without headaches you have to choose the right framework and deploy it properly. I use tornado behind nginx. Flask inside gunicorn behind nginx is great too. Most of the other frameworks are either uncommonly used or less convenient for high-traffic apps.
wankawonk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote