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

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

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




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



How fast does your Python code run? Find out with timeit

How fast does your Python code run? Python's standard library comes with "timeit", with which you can check your code's speed. But Jupyter comes with the "%timeit" and "%%timeit" magic commands, which make it super-easy to find out how long something takes. In this video, I demonstrate these two magic commands, and show you how to compare code speed. Jupyter notebooks for all of my videos are at https://github.com/reuven/youTube-not.... And don't forget my free, weekly "Better developers" newsletter about Python and software engineering!

Comments