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
Do monkeys sleep at night?
Explain what is namespace in python?
What is python shell and idle?
What are string literals in python?
Explain what is a flask? What are its benefits?
Mention at least 3-4 benefits of using python over the other scripting languages such as javascript.
How do I watch a file for changes using python?
What are the different ways to create an empty numpy array in python?
What statement is used in python if the statement is required syntactically but no action is required for the program?
What is python shell scripting?
What is class in python?
Write a program structure in python?
Does python 2.7 come with pip?
Which of the following statements create a dictionary? (Multiple correct answers possible)
What is chmod 755 in python?