У нас вы можете посмотреть бесплатно Getting Started with Python: Introduction или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Python is the gateway to Big Data, Machine Learning, and Artificial Intelligence, including Deep Learning. In this video, I will guide you through writing your first meaningful program in Python. Additionally, I will introduce you to important language constructs in Python. Importantly, no prerequisites are required for this tutorial. To begin working with Python, we’ll use the Anaconda Distribution for Python. Our coding environment will be Jupyter Notebook, one of the most popular platforms for writing Python code. We will cover built-in functions in Python, work with variables, and distinguish between different types of variables. String manipulation will also be part of our discussion. 00:45 - Install and Setup Anaconda on Windows for Python 02:41 - Run Jupyter Notebook on Windows for Python 05:23 - Numerical Operations in Python 16:09 - Working with Python Built-in Functions 22:00 - Variables in Python 27:40 - Deferent Variable Data Types in Python 30:42 - Variable Assignment in Python 34:57 - Updating Variable Value in Python 39:51 - Simple Data Type in Python 42:26 - Single and Multi-line String in Python 47:12 - String Formatting