What is python web application framework?
Answer / Lalit Kumar
A Python web application framework provides reusable components for building and organizing web applications. Popular examples include Django, Flask, Pyramid, and Web2py.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you invoke the python interpreter for interactive use?
Give an example for join() and split() funcitons
What are accessors, mutators, and @property?
Does python have overloading?
Is python too slow?
What are the types of inheritance in python?
name few python modules for statistical, numerical and scientific computations?
What's the difference between list and tuples?
How do you create a project in python?
What is filter python?
Write one line of code to get a list of names that start with character ‘j’?
What are range and xrange?