У нас вы можете посмотреть бесплатно 4 Single Characters in Python // Underscore, Asterisk, Semicolon in Python and Jupyter Notebook или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Learn about four single characters you can add to your Python and Jupyter Notebooks in this coding tips tutorial. First, I show you how to use the underscore as a throw away variable in Python. Then we talk about using the asterisk as an unpacking operator. This lets you input an unknown number of arguments into Python functions using the convention Python *args. Next up, I show you how to use the question mark in Jupyter Notebook to load the docstring and learn more about functions or variables. Finally, I walk you through using a semicolon in Python, which can be used as a separator but is most commonly used in Jupyter Notebook to suppress output. It's common to use matplotlib semicolons when making plots. 0:00 Introduction 0:31 Underscore, _ 3:26 Asterisk, * (*args) 7:31 Question Mark, ? 9:35 Semicolon, ; Github Code: https://github.com/kimfetti/Videos/bl... Related Videos: Matplotlib Tips Playlist -- • Matplotlib Tips #pythontips #python