I want to create an AppWrite cloud Function for astrological calculations. I am using a library called “Vedastro”. This uses python and an underlying C# library. And so this python library requires a .NET 7 env to run. Is it possible to achieve?
TL;DR
Developers want to create an AppWrite cloud function for astrological calculations using a Python library that requires a .NET 7 environment. They are wondering if it's possible.
Solution: Yes, it is possible to use Python and .NET together for the developers' scenario.