Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Python Fundamentals - Modules in Python

  • G C Reddy Software Testing
  • 2019-09-01
  • 1439
Python Fundamentals - Modules in Python
  • ok logo

Скачать Python Fundamentals - Modules in Python бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Python Fundamentals - Modules in Python или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Python Fundamentals - Modules in Python бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Python Fundamentals - Modules in Python

https://www.gcreddy.com/python/python...
What is Python Module?

A module is a file consisting of Python code. It can define functions, classes, and variables, and can also include runnable code. Any Python file can be referenced as a module.

A file containing Python code, for example: test.py, is called a module, and its name would be test..

Module vs. Function

Function: it’s a block of code that you can use/reuse by calling it with a keyword. Eg. print() is a function.

Module: it’s a .py file that contains a list of functions (it can also contain variables and classes). Eg. in statistics.mean(a), mean is a function that is found in the statistics module.

Purpose of Modules

As our program grows more in the size we may want to split it into several files for easier maintenance as well as reusability of the code. The solution to this is Modules.

We can define our most used functions in a module and import it, instead of copying their definitions into different programs. A module can be imported by another program to make use of its functionality. This is how we can use the Python standard library as well.

Types of Modules

Python provides us with some built-in modules, which can be imported by using the "import" keyword.

Python also allows us to create our own modules and use them in our programs.

How to use Modules

Built-in modules are written in C and integrated with the Python interpreter.

Each built-in module contains resources for certain system-specific functionalities such as OS management, disk IO, etc.

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]