Given that ariadne is a general solution in principle independent of programming language, we could recreate it in Python to expand our potential user base.
Many of the R packages we use have equivalents in Python:
- igraph -> igraph
- data.table -> pandas
- arrow -> pyarrow
- httr2 -> requests (and others more advanced)
Given that ariadne is a general solution in principle independent of programming language, we could recreate it in Python to expand our potential user base.
Many of the R packages we use have equivalents in Python: