Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Challenge: Identify Concurrency Opportunities | Introduction to Concurrency
Practice
Projects
Quizzes & Challenges
Вікторини
Challenges
/
Python Multithreading and Multiprocessing

bookChallenge: Identify Concurrency Opportunities

Свайпніть щоб показати меню

Imagine you are developing a Python application that automates data handling for a research team. The application has three main tasks: first, it downloads several large CSV files from different remote servers; second, it processes each downloaded file to clean and transform the data; third, it generates summary statistics and plots from the processed data and saves the results to disk. Each file is independent—downloading one does not depend on another, and processing or analyzing one file does not depend on others.

question mark

Suppose your application handles several independent files. For each file, you need to download it, process it, and generate statistics and plots. Which of the following tasks could be executed concurrently for different files?

Select all correct answers

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 3

Запитати АІ

expand

Запитати АІ

ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

Секція 1. Розділ 3
some-alt