How to make multiple API calls at the same time | Python Multithreading

preview_player
Показать описание
How to make multiple API calls at the same time | Python Multithreading Tutorial | ThreadPoolExecutor Python

▬▬▬▬▬▬▬▬▬▬▬▬ CONNECT ▬▬▬▬▬▬▬▬▬▬▬▬

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

#Python
Рекомендации по теме
Комментарии
Автор

async is more appropriate for IO bound tasks. Although I suppose, in Python due to the GIL, you achieved the same behaviour.

sorvex
Автор

just a quick video with a GREAT solution i was looking for, stay blessed brother, many thanks
🙏

himanshuagrawal
Автор

Hey, is there a way to call the call_api function each times that the api has new items for exemple ? Like a real time communication between my code et the api

killianrak