В категории материалов: 41
Показано материалов: 11-20
Страницы: « 1 2 3 4 5 »


Python. Tuple (Кортеж)

  1. Описание
  2. Неизменяемость
  3. Сравнение кортежей
  4. Множественное присваивание
  5. Вопросы
  6. Упражнения
  7. Задачи

11.2.4.1 создавать кортеж;
11.2.2.1 выполнять доступ к элементам строк, списков, кортежей;

Programming languages | Просмотров: 859 | Добавил: bzfar77 | Дата: 07.11.2022 | Комментарии (0)

Python. PyGame. Draw module

  1. Draw module
    • line
    • lines
    • polygon
    • rectangle
    • circle
    • ellipse
    • arc
  2. Examples
  3. Questions
  4. Exercises
  5. Tasks

12.5.2.1 output graphic primitives to the application window.

Programming languages | Просмотров: 4816 | Добавил: bzfar77 | Дата: 05.11.2022 | Комментарии (0)

Python. PyGame library

  1. Installing the PyGame library
  2. Connecting and Initializing a PyGame module in the program
  3. Game window creation
  4. Game loop
  5. Questions
  6. Exercises
  7. Tasks

12.5.1.1 connect the PyGame library and its modules; 
12.5.1.2 create the game window; 
12.5.1.3 code the game loop of the application. 

Algorithms | Просмотров: 4770 | Добавил: bzfar77 | Дата: 01.11.2022 | Комментарии (0)

PIL library. Image processing.

  1. Wave library
  2. Open and close *.wav files 
  3. Functions of Wave library
  4. Get information about *.wav file
  5. Struct library
  6. Questions
  7. Exercises
  8. Tasks

12.6.3.1 use commands of the Wave library to process sound files.

Algorithms | Просмотров: 4163 | Добавил: bzfar77 | Дата: 28.09.2022 | Комментарии (0)

PIL library. Image processing.

  1. Model example
  2. Load pixels and Change color
  3. Get three colors from the pixel
  4. ImageFilter module in PIL
  5. Types of filters in ImageFilter
  6. Questions
  7. Exercises
  8. Tasks

12.6.2.2 use commands of module Image in PIL library (load, create, size, save) to manipulate images.

12.6.2.4 create filters for image processing.
 

Algorithms | Просмотров: 3218 | Добавил: bzfar77 | Дата: 22.09.2022 | Комментарии (0)

PIL library

12.6.2.1 determine standard colors by RGB code; 
12.6.2.2 use commands of module Image in PIL library (load, create, size, save) to manipulate images; 
12.6.2.3 apply graphic primitives to create drawings. 

Programming languages | Просмотров: 4531 | Добавил: bzfar77 | Дата: 08.09.2022 | Комментарии (0)

Random library

12.6.1.1 use the functions of the library Random to get a pseudo-random number.
12.6.1.2 determine the function of the library Random for the specified task.
12.6.1.3 identify code snippets that use random sequence generation.

 

Programming languages | Просмотров: 5071 | Добавил: bzfar77 | Дата: 03.09.2022 | Комментарии (1)

Python. Списки - List

  1. Определение
  2. Создание списков
  3. Генерация списков
  4. Индексирование списков
  5. Добавление элементов в список
  6. Изменение элемента списка
  7. Вывод элементов списка
  8. Срезы списков
  9. Удаление элементов
  10. Отличие списков и массивов
  11. Вопросы
  12. Упражнения
  13. Задачи

11.2.3.1 создавать список;
11.2.2.1 выполнять доступ к элементам строк, списков и кортежей;
11.2.3.6 определять различия между различными структурами данных;

 

Programming languages | Просмотров: 1107 | Добавил: bzfar77 | Дата: 23.07.2022 | Комментарии (0)

Python. Срезы строк

  1. Срезы
  2. Примеры
  3. Вопросы
  4. Упражнения

11.2.2.2 использование срезов для обработки строк

Programming languages | Просмотров: 3912 | Добавил: bzfar77 | Дата: 14.05.2022 | Комментарии (0)

Python. Строки - тип string.

  1. Строки. Индексация
  2. Отрицательные индексы
  3. Перебор элементов строки
  4. Особенности строк
  5. Вопросы
  6. Упражнения
  7. Задачи

11.2.2.3 применять функции и методы строк
11.2.2.1 выполнять доступ к элементам строк

 

Programming languages | Просмотров: 862 | Добавил: bzfar77 | Дата: 14.05.2022 | Комментарии (0)