Is python the right choice for Web based Programming?
Answer Posted / chaitanya daphal
Of course,
Python is the one of the right choice of developing web
application bcoz using python we can develop the rapid
development of the application for which other languages
requires more time.
Their are many MVC frameworks are available through which we
can develop web application in less time and writting less code.
Popular Frameworks are : Django, Zope, CherryPy, TurboGears etc.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How to display the contents of the text file in reverse order?
Is python written in python?
What is ord () in python?
Explain list, tuple, set, and dictionary and provide at least one instance where each of these collection types can be used.
How to remove leading whitespaces from a string in the python?
What is self in python constructor?
What is def __ init __ in python?
What are class attributes in python?
Tell me how to find bugs or perform static analysis in a python application?
Tell me how are arguments passed by value or by reference?
What is the proper way to say good bye to python?
Tell us which python function will you use to convert a number to a string?
How to get indices of n maximum values in a numpy array?
How do I sort alphabetically in python?
Explain python variable scope error?