В разделе материалов: 110
Показано материалов: 21-30
Страницы: « 1 2 3 4 5 ... 10 11 »

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 | Просмотров: 9611 | Добавил: 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 | Просмотров: 9404 | Добавил: bzfar77 | Дата: 20.11.2022 | Комментарии (0)

Python. PyGame.

Time and animation

  • Animation
  • Time
  • Example
  • Questions
  • Exercises
  • Tasks

12.5.3.1 code the movement of graphic objects; 
12.5.3.8 analyse the result of the program execution;
12.5.3.2 control the characters with module Time.

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

Python. PyGame. Surfaces

  • Creating new surface
  • Output surface on display
  • Output surface on another surface
  • Example
  • Questions
  • Exercises
  • Tasks

12.5.2.3 manage the surfaces programmatically. 

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

Python. Конвертация структур данных (множества, строки, списки, кортежи)

  1. Строка --> Список --> Строка
  2. Кортеж --> Список --> Кортеж
  3. Список --> Множество --> Список
  4. Кортеж --> Множество --> Кортеж
  5. Множество --> Список
  6. Вопросы
  7. Упражнения
  8. Задачи

11.2.4.2 конвертировать одну структуру данных в другую

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

Python. Tuple (Кортеж)

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

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

Programming languages | Просмотров: 1161 | Добавил: 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 | Просмотров: 8681 | Добавил: 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 | Просмотров: 8430 | Добавил: 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 | Просмотров: 7862 | Добавил: 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 | Просмотров: 5851 | Добавил: bzfar77 | Дата: 22.09.2022 | Комментарии (0)