|
|
|
|
|
by hollandays
1175 days ago
|
|
Are any of those examples successful open-source projects with both the computation and the GUI written in Python? I don't know of anything in any field like that. I think you misunderstood me. The choice of tools for front and backend have to be independent. The only really successful projects implemented in one language are all in C++, and that's difficult for everyone to approach. |
|
If you are talking about practical implementation of those models, I have seen many non open source projects use those backends (things like pandas, sklearn, etc.) with things like django or flask as a frontend.