У нас вы можете посмотреть бесплатно Princeton IntroCS (Python) Lesson2.1 - Functions (Complete) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, I provide a guided walkthrough of the official notes from Princeton University’s Introduction to Computer Science course: 🔗 https://introcs.cs.princeton.edu/pyth... We carefully walk through the examples step by step, explaining both the logic and the Python implementation. 0:00 Functions Overview 0:31 Using and Defining Functions 2:26 Function Control Flow 7:29 Function Basic Terminology 12:26 Function Scope 18:05 Implementing Mathematical Functions 20:37 Using Functions to Organize Code 21:20 Functions Passing and Returning Values 25:34 Function Arrays as Arguments 28:18 Function Arrays as Return Values 29:21 Functions with Superposition of Sound Waves This video is ideal for: • Beginners learning Python • Students following the Princeton IntroCS material • Anyone wanting a deeper understanding of structured data in programming If you’d like to follow along interactively, try running the examples in Jupyter Lab: https://jupyter.org/try-jupyter/lab/ More structured Python walkthroughs coming in this series.