В категории материалов: 95
Показано материалов: 21-30
Python. PyGame. Draw module
- Draw module
- line
- lines
- polygon
- rectangle
- circle
- ellipse
- arc
- Examples
- Questions
- Exercises
- Tasks
12.5.2.1 output graphic primitives to the application window. |
Python. PyGame library
- Installing the PyGame library
- Connecting and Initializing a PyGame module in the program
- Game window creation
- Game loop
- Questions
- Exercises
- 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. |
PIL library. Image processing.
- Wave library
- Open and close *.wav files
- Functions of Wave library
- Get information about *.wav file
- Struct library
- Questions
- Exercises
- Tasks
12.6.3.1 use commands of the Wave library to process sound files. |
PIL library. Image processing.
- Model example
- Load pixels and Change color
- Get three colors from the pixel
- ImageFilter module in PIL
- Types of filters in ImageFilter
- Questions
- Exercises
- 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.
|
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. |
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.
|
Python. Списки - List
- Определение
- Создание списков
- Генерация списков
- Индексирование списков
- Добавление элементов в список
- Изменение элемента списка
- Вывод элементов списка
- Срезы списков
- Удаление элементов
- Отличие списков и массивов
- Вопросы
- Упражнения
- Задачи
11.2.3.1 создавать список;
11.2.2.1 выполнять доступ к элементам строк, списков и кортежей;
11.2.3.6 определять различия между различными структурами данных;
|
Python. Срезы строк
- Срезы
- Примеры
- Вопросы
- Упражнения
11.2.2.2 использование срезов для обработки строк |
Python. Строки - тип string.
- Строки. Индексация
- Отрицательные индексы
- Перебор элементов строки
- Особенности строк
- Вопросы
- Упражнения
- Задачи
11.2.2.3 применять функции и методы строк
11.2.2.1 выполнять доступ к элементам строк
|
Python. Множества
- Определение
- Особенности
- Операции множеств
- Логические операции двух множеств
- Сравнение множеств
- Вопросы
- Упражнения
|