Exercise: Standard Libraries

Questions for: Standard Libraries

Which Python library is commonly used for creating desktop applications with rich graphical interfaces?
A:
Flask
B:
Django
C:
Tkinter
D:
PyQt
Answer: D
PyQt is a set of Python bindings for the Qt application framework and is commonly used for creating desktop applications with rich graphical interfaces.
Which Python library is commonly used for implementing machine learning models in production and for deploying them at scale?
A:
TensorFlow
B:
Scikit-learn
C:
Tkinter
D:
PyQt
Answer: A
TensorFlow is often used for building and deploying machine learning models in production, especially in scenarios that require scalability.
Which Python library is a popular choice for building web applications with a full-fledged MVC architecture?
A:
Flask
B:
Django
C:
Pandas
D:
Numpy
Answer: B
Django is a web framework in Python that follows the MVC (Model-View-Controller) architecture, making it suitable for building complex web applications.
Which Python library is known for its capabilities in handling and processing large amounts of numerical data efficiently?
A:
Flask
B:
Django
C:
Pandas
D:
Numpy
Answer: D
Numpy is a library for numerical computing in Python. It is widely used for efficient handling and processing of large numerical datasets.
Which Python library is commonly used for creating graphical user interfaces (GUIs)?
A:
Flask
B:
Django
C:
Tkinter
D:
PyQt
Answer: C
Tkinter is a standard GUI toolkit in Python. It is commonly used for creating desktop applications with graphical user interfaces.
Ad Slot (Above Pagination)
Quiz