Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meirbek-dev/wxgrid_manipulations
- Owner: Meirbek-dev
- License: bsd-3-clause
- Created: 2021-10-05T06:04:57.000Z (about 3 years ago)
- Default Branch: localization
- Last Pushed: 2021-10-20T12:11:19.000Z (about 3 years ago)
- Last Synced: 2023-08-13T08:35:11.033Z (over 1 year ago)
- Topics: 2d-array, python, python3, wxgrid, wxpython, wxwidgets
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)