Is python the right choice for Web based Programming?
Answer Posted / ruchir hajela
Python is well suited for rapid prototyping and solving the
problems whose clear cut solution is not available while
coding. Because of it's interpreted nature python is widely
used in such cases. Python provides extensive libraries for
building versatile web applications. One of the popular web
framework that python provides is Django.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Explain how can you generate random numbers in python?
What is a raw input?
Explain the interpretation in python?
Explain what is namespace in python?
In python, how do I read a file line-by-line into a list?
What are the list methods in python?
What is pydoc command?
Is self a keyword in python?
How do you insert an object at a given index in python?
Which ide is best for python on windows?
What is the purpose of setup py?
What does .join mean in python?
Does python have multiple inheritance?
Should I learn python before c?
Explain pickling and unpickling in python?