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
What does quit () do in python?
What is __ main __ in python?
Does python have encapsulation?
Explain try, raise, and finally?
What is an interpreter for python?
Name some python libraries?
Which software is used for python?
Which programming language is best for finance?
How can you prevent abnormal termination of a python program?
What is the output of the below code?
What is hello world in python?
What applications can you build with python?
How dir() function is used in python?
Please write a reg expression that confirms an email id using the python reg expression module
Write a program to convert all strings in list to integers?