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

Скачать или смотреть 04 - Lists

  • Aaron J Newman
  • 2021-09-13
  • 544
04 - Lists
  • ok logo

Скачать 04 - Lists бесплатно в качестве 4к (2к / 1080p)

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

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

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

Cкачать музыку 04 - Lists бесплатно в формате MP3:

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

Описание к видео 04 - Lists

This lesson introduces lists, a Python data structure that allows us to store multiple values or items under a single variable name.

Summary:
A list stores many values in a single structure
Lists may contain values of different types
The empty list contains no values
Use an item's index to fetch it from a list
Lists' values can be replaced by assigning to them
Appending items to a list lengthens it
if `.append()` is used to add a collection of items (such as a list), they are added as a single new list item
The list method `.extend()` can be used with a collection of items (such as another list) to create a flat list
The list methods `.remove()` and `.pop()` can be used to delete list items, using either their value or index, respectively
Character strings can be indexed like lists
Character strings are immutable, whereas lists are mutable (changable)
Indexing beyond the end of the collection is an error, but slicing can include indexes that do not occur in the list

From the course, NESC 3505 Neural Data Science, by Aaron J Newman, Dalhousie University, Halifax, NS, Canada.

All course videos are here: https://bit.ly/neural_data_science_vi...

Textbook is available here: http://neuraldatascience.io

This lesson adapted from Software Carpentries: http://swcarpentry.github.io/python-n...

Комментарии

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

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

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

video2dn Copyright © 2023 - 2025

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