9 ms·
For coding and maintenance, compared to SPL, Python is THE nightmare(~-~). Python provides so many types of set data, each has its own adaptation scenarios and
by Judyrabbit 2y ago
For coding and maintenance, compared to SPL, Python is THE nightmare(~-~).
Python provides so many types of set data, each has its own adaptation scenarios and operation rules, which is dizzying. And the transitions between them are particularly smooth, and if you're not careful, you'll calculate out something you don’t recognize. A a result, programming basically relies on googling, and you don't know why even you are right, and you’ll have to google again next time.
SPL has just one type of set data, which can fit in any case.
- richrichie 2y ago0. Python is not that bad! 1. Why not just use Rust or Julia?
- Judyrabbit 2y agoRust is not nearly as concise as python, it is worse nightmare than python. Python is not good enough, but compared to these, it is the best (except that the execution is slower). However , SPL is better than Python.