У нас вы можете посмотреть бесплатно From notebooks to modules | 1/34 | UPV или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Título: From notebooks to modules Descripción: In this video the transition from working with notebooks to Python modules is discussed. Notebooks are documents with cells that can contain text or code, allowing for quick iterations and interleaving of code and images. Python modules, on the other hand, are text files containing Python code that can be run individually. They do not show results unless explicitly printed, and they can import functions from other modules to build more complex software. The video explains how modules work, including how to import them, load methods into memory, and execute statements conditionally using a hidden variable called "name". This allows for differentiation between running a module directly and importing it into another file. Autor/a: GALINDO JIMENEZ CARLOS SANTIAGO Curso: Este vídeo es el 1/34 del curso SEAMIC Computer Science II. • SEAMIC Computer Science II Curso: Este vídeo es el 63/120 del curso SEAMIC (Bachelor's Degree in Systems Engineering and Management for Innovation Challenges). • SEAMIC (Bachelor's Degree in Systems Engin... Universitat Politècnica de València UPV: https://www.upv.es Más vídeos en: / valenciaupv Accede a nuestros MOOC: https://upvx.es #python #SEAMIC #main #modules #CS2