Name | Modified | Size | Downloads / Week |
---|---|---|---|
fpyprog.zip | 2022-12-23 | 486.7 kB | |
readme.txt | 2019-08-17 | 506 Bytes | |
fpyprog.pyw | 2019-08-17 | 50.4 kB | |
Totals: 3 Items | 537.7 kB | 0 |
- Program Fpyprog is developed during study of Python and can make routine statistic calculations and visual data analysis. - Interpreted programming language allow to change code for user's needs. - Install Python and free libraries (pip install numpy [scipy matplotlib sklearn pyknow plotly wxpython xlrd]). - Input data from text (data separated by white-space), Excel, SQLite files. - Program saves current array in 'array.npy' and use it in calculations. - Columns are named as var_0, var_1 ...