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

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

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


Скачать с ютуб Breaking up long lines of code in Python в хорошем качестве

Breaking up long lines of code in Python 2 года назад


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



Breaking up long lines of code in Python

Have a long line of Python code? If you don't have brackets or braces on your line yet, you can add parentheses wherever you'd like and put line breaks within them. PEP 8, the official Python style guide, calls this "implicit line continuation". Read an article version of this video at https://pym.dev/breaking-long-lines-c... Find more Python screencasts at https://pym.dev/screencasts/ 00:00 How to continue code on the next line 00:58 Alignment is a personal preference 01:30 Function calls already have parentheses 01:45 Implicit line continuations work for all kinds of brackets and braces 02:14 Code auto-formatters can help 02:30 Recap

Comments