Python Web Development
Python Web Development - Important Points
11. | Which of the following is NOT a commonly used database for web development with Python? |
---|
A. MySQL
B. SQLite
C. PostgreSQL
D. Oracle
View Answer Discuss Work SpaceAnswer: option d
Explanation:
While Oracle is a commonly used database, it is not typically used for web development with Python. MySQL, SQLite, and PostgreSQL are all commonly used databases for web development with Python.
12. | Which Python framework is commonly used for building real-time web applications? |
---|
A. Django
B. Flask
C. Tornado
D. None of the above
View Answer Discuss Work SpaceAnswer: option c
Explanation:
Tornado is a Python web framework commonly used for building real-time web applications.
13. | Which Python module is commonly used for working with websockets? |
---|
A. asyncio
B. requests
C. json
D. None of the above
View Answer Discuss Work SpaceAnswer: option a
Explanation:
The asyncio module is commonly used in Python for working with websockets.
14. | Which Python web framework is commonly used for building microservices? |
---|
A. Flask
B. Django
C. Pyramid
D. Bottle
View Answer Discuss Work SpaceAnswer: option a
Explanation:
Flask is a popular Python web framework used for building microservices.
15. | Which Python module is commonly used for working with email? |
---|
A. smtplib
B. email
C. imaplib
D. All of the above
View Answer Discuss Work SpaceAnswer: option d
Explanation:
The smtplib, email, and imaplib modules are all commonly used in Python for working with email.