Python Web Development
Python Web Development - Important Points
31. | Which Python web framework is commonly used for building real-time web applications? |
---|
A. Flask
B. Django
C. Tornado
D. Pyramid
View Answer Discuss Work SpaceAnswer: option c
Explanation:
Tornado is a Python web framework commonly used for building real-time web applications.
32. | Which Python module is commonly used for working with HTML in web development? |
---|
A. BeautifulSoup
B. lxml
C. html.parser
D. All of the above
View Answer Discuss Work SpaceAnswer: option d
Explanation:
BeautifulSoup, lxml, and html.parser are all commonly used Python modules for working with HTML in web development.
33. | Which Python web framework is commonly used for building microservices? |
---|
A. Flask
B. Django
C. Pyramid
D. Falcon
View Answer Discuss Work SpaceAnswer: option d
Explanation:
Falcon is a Python web framework commonly used for building microservices.
34. | Which Python module is commonly used for working with CSS in web development? |
---|
A. cssutils
B. cssparser
C. csslib
D. All of the above
View Answer Discuss Work SpaceAnswer: option a
Explanation:
cssutils is a commonly used Python module for working with CSS in web development.
35. | Which Python web framework is commonly used for building web applications with a simple and lightweight architecture? |
---|
A. Flask
B. Django
C. Pyramid
D. Bottle
View Answer Discuss Work SpaceAnswer: option a
Explanation:
Flask is a Python web framework commonly used for building web applications with a simple and lightweight architecture.