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 will you locally save an image using its url address?
Explain split(), sub(), sub() methods of “re” module in python?
How do you sort values in descending order in python?
What are python modules? Name some commonly used built-in modules in python?
How to avoid having class data shared among instances in python?
How will you differentiate between deep copy and shallow copy?
Is sorted in python?
Explain the use of try: except raise, and finally?
What does slicing mean in python?
What are the types of inheritance in python?
Explain the difference between a list and the tuple?
What is __init__.py used for in python?
Explain me what is unittest in python?
How would you check if MySQLdb is installed?
Difference between lists and tuples in python?