Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Using Python's sleep() to Create a Simple Uptime Bot в хорошем качестве

Using Python's sleep() to Create a Simple Uptime Bot 3 года назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Using Python's sleep() to Create a Simple Uptime Bot

Have you ever needed to make your Python program wait for something? You might use a Python sleep() call to simulate a delay in your program. Perhaps you need to wait for a file to upload or download, or for a graphic to load or be drawn to the screen. You might even need to pause between calls to a web API, or between queries to a database. You will build a simple bot script that will check a website to determine if it is currently up. The course goes into refactoring and optimizing the code. Click here for more info about the complete course: https://realpython.com/courses/python...

Comments