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


Python. PyGame. Keyboard events

  1. Keyboard events
  2. Keyboard events attribute
  3. Check key down
  4. Task 1
  5. Task 2 
  6. Using keyboard shortcuts
  7. Questions
  8. Exercises
  9. Tasks

12.5.3.4 control characters with the keyboard.

Algorithms | Просмотров: 6154 | Добавил: bzfar77 | Дата: 08.01.2023 | Комментарии (3)

Python. PyGame. Mouse events

  1. Mouse events
  2. Mouse clicks
  3. Cursor position
  4. Task 1
  5. Task 2 
  6. Drag and drop
  7. Questions
  8. Exercises
  9. Tasks

12.5.3.3 control characters with the mouse.

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

Python. PyGame. Loading and animation pictures

  1. Loading pictures
  2. How to load the picture
  3. How to determine the size of the surface
  4. Creating a background for race
  5. Add car movement
  6. Questions
  7. Exercises
  8. Tasks

12.5.3.1 code the movement of graphic objects

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

Python. Tuple (Кортеж)

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

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

Programming languages | Просмотров: 1004 | Добавил: 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 | Просмотров: 6269 | Добавил: bzfar77 | Дата: 05.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 | Просмотров: 7583 | Добавил: 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 | Просмотров: 5568 | Добавил: 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 | Просмотров: 7712 | Добавил: 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 | Просмотров: 8261 | Добавил: 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 | Просмотров: 1232 | Добавил: bzfar77 | Дата: 23.07.2022 | Комментарии (0)