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
How can you create empty numpy array in python?
What is the Java implementation of Python popularly known as?
How to determine type of an object?
Why python is fast?
How to remove whitespaces from a string in python?
Explain python functions?
How can you make a python script executable on unix?
How do you sort a list in reverse order in python?
What is a variable in python?
Define python?
Is there a switch or case statements in python?if not what is the reason for the same?
Does python support interfaces like in java?
What is slicing in python?
What is lambda in Python?
Explain the use of the ‘nonlocal’ keyword in python?