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 do you sort a list in ascending order in python?
What is python easy?
Can you count to zero?
What are advantages and disadvantages of python?
Rules for local and global variables in python?
Where will you use while rather than for?
What is the purpose of doc strings in python?
How are arguments passed by value or by reference?
What is the with statement in python?
How do you sort a list in ascending order python?
Name the arithmetic operators supported by python.
Tell me what flask is and its benefits?
How is python executed?
Why python is referred as glue code?
What is head and tail method for data frames in pandas ?