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
Write an example of a print function in python?
What is the difference between 'is' and '==' in python?
What is super in python class?
Why anaconda is used for python?
How to access a module written in python from c?
What is the purpose of pythonpath environment variable?
What is dataframe in python?
How are classes created in python?
What are negative indices?
What is whitespace in python?
Explain the use of try: except raise, and finally?
How to change a string in list ?
Write a program in python to produce star triangle.
What is repr() function in python?
Explain docstring in python?