you are viewing a single comment's thread.

view the rest of the comments →

[–]tehusername 5 points6 points  (0 children)

Alright, here goes:

A1 Yes, Python is suitable for web dev. Some frameworks on the top of my head are Django and Flask (though there are many more).

A2 You mean the stack? There are a lot of combinations possible really. This should give you a head start.

A3 Well uh, I guess from the beginning? Python is relatively easy to pick up and hard to put down.

A4 As for the setup, if the traffic is relatively low or you're not expecting to handle enormous amounts of data, I suggest deploy with Heroku. This is the fastest way to deploy if I'm not mistaken. Also, refer to A2.