У нас вы можете посмотреть бесплатно Learn to walk in Python and understand its data types или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Learn to walk in Python with materials provided at https://hydro-informatics.com/jupyter... The jupyter notebooks can be git-cloned (or zip-downloaded) from the course repository at https://github.com/hydro-informatics/... In this first tutorial, I use the jupyter notebook named b01-pybase.ipynb from the course repository. Lecturer: Sebastian Schwindt -- Contents of this video -- 00:00:04 - Launch options for running Python 00:01:46 - Launch Binder 00:02:00 - Run with Google Colab 00:03:19 - Live Code 00:04:34 - Local Jupyter: clone repo 00:07:02 - First line of code 00:09:03 - Overview on Data Types 00:09:43 - Strings (text) 00:15:12 - Booleans 00:18:01 - Numeric (float and int) 00:24:45 - Lists 00:29:43 - Tuples 00:34:29 - Dictionaries 00:40:41 - Sets 00:42:37 - Operators