ameliatastic / seahorse-lang

Write Anchor-compatible Solana programs in Python
Apache License 2.0
313 stars 43 forks source link

Is it Possible to Use Data Science Libraries in Seahorse? #89

Open Killpit opened 1 year ago

Killpit commented 1 year ago

As a Python framework for Solana, is it possible to use Python libraries like NumPy, Pandas and scikit-learn for scientific calculations?

SThomas-MSDSci commented 1 year ago

The majority of Python users, like myself, exist in the Data Science space. So the idea of bringing some of that functionality to one place is interesting. Logistically it would likely be complicated. Once I learn more about Rust and Anchor development, I'd love to help Seahorse with this is they are interested in trying it.