Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meirbek-dev/wxgrid_manipulations

Table-array manipulations using wxPython
https://github.com/meirbek-dev/wxgrid_manipulations

2d-array python python3 wxgrid wxpython wxwidgets

Last synced: 3 days ago
JSON representation

Table-array manipulations using wxPython

Awesome Lists containing this project

README

        

# BMK01_wxPython_Table-array

## Modern cross-platform programming

### Practical work №10. Working with table-array in wxPython

There is a 2-dimensional 4x5 array. The "Fill with random numbers" button fills the array with random values from 0 to

100. The "Run task" button processes the table according to the algorithm specified in the variant.

### Variant №1

Count the number of zeros in the table and replace all odd integer elements of the table with this value.

## Filling grid with numbers | Заполнение таблицы числами

![images/fill](images/fill.png)

## Executing the task | Выполнение задания

![images/execute](images/execute_eng.png)
![images/execute](images/execute_rus.png)

## Error | Ошибка

![images/error](images/error_eng.png)
![images/error](images/error_ru.png)