В категории материалов: 25
Показано материалов: 1-10
Good programming style
- Rules
- Questions
- Exercises
- Exam questions
11.5.3.12 follow the rules of good programming style when writing a program code |
2D arrays
- Definition
- Create 2D Array
- 2D iteration
- Examples
- Questions
- Exercises
- Tasks
11.5.2.1 use the technical terms associated with arrays including upper and lower bounds
11.5.2.3 write program code using 1D and 2D arrays |
Python. Строки. Функции и методы
- Функции/Методы
- Описание
- Примеры
- Вопросы
- Упражнения
- Задачи
11.2.2.3 применять функции и методы обработки строк |
Module PyGame. Object collisions
- Definition
- Checking if a point of one object is in the rectangle of another object
- collide() methods in pygame.Rect
- colliderect(Rect)
- collidepoint(x, y)
- collidelist(list)
- Questions
- Exercises
- Tasks
12.5.3.6 check the relative position of objects on the screen. |
PHP & MySQL. User registration
11.5.3.8 use script language to provide interactivity |
PHP & MySQL database. Connect to database
11.5.3.4 use script language to connect a database |
Python. PyGame. Keyboard events
- Keyboard events
- Keyboard events attribute
- Check key down
- Task 1
- Task 2
- Using keyboard shortcuts
- Questions
- Exercises
- Tasks
12.5.3.4 control characters with the keyboard. |
Python. PyGame. Loading and animation pictures
- Loading pictures
- How to load the picture
- How to determine the size of the surface
- Creating a background for race
- Add car movement
- Questions
- Exercises
- Tasks
12.5.3.1 code the movement of graphic objects |
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. |
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. |